[LyX/master] Add macOS 11 to SDK detection for builds on Mac
Stephan Witt
switt at lyx.org
Sun May 30 15:19:33 UTC 2021
commit 187a9d643902215f881d172ca7c7da71b341bb2c
Author: Stephan Witt <switt at lyx.org>
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}*)
;;
More information about the lyx-cvs
mailing list