Add macOS 11 to SDK detection for builds on Mac

This commit is contained in:
Stephan Witt 2021-05-30 17:22:42 +02:00
parent 097d7239f0
commit 187a9d6439

View 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}*)
;;