]> git.lyx.org Git - lyx.git/commitdiff
Add macOS 11 to SDK detection for builds on Mac
authorStephan Witt <switt@lyx.org>
Sun, 30 May 2021 15:22:42 +0000 (17:22 +0200)
committerStephan Witt <switt@lyx.org>
Thu, 15 Dec 2022 21:43:49 +0000 (22:43 +0100)
(cherry picked from commit 187a9d643902215f881d172ca7c7da71b341bb2c)

development/LyX-Mac-binary-release.sh

index 282822e7f5ad2fcd370876958c399ea8bf2cdd04..a4b410a94a9c4b12f1c60c6e242a4c717dd06bb8 100644 (file)
@@ -378,7 +378,7 @@ DMGNAME="${LyxBase}${LyXGitCommitHash:+-}${LyXGitCommitHash}"
 DMGSIZE="550m"
 
 # Check for existing SDKs
-SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX10*sdk)
+SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[01]*sdk)
 case $SDKs in
 *${SDKROOT}*)
        ;;