commit 187a9d643902215f881d172ca7c7da71b341bb2c
Author: Stephan Witt <[email protected]>
Date: Sun May 30 17:22:42 2021 +0200
Add macOS 11 to SDK detection for builds on Mac
---
development/LyX-Mac-binary-release.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/development/LyX-Mac-binary-release.sh
b/development/LyX-Mac-binary-release.sh
index f918bca..1a48a0d 100644
--- a/development/LyX-Mac-binary-release.sh
+++ b/development/LyX-Mac-binary-release.sh
@@ -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}*)
;;
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs