mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Add macOS 11 to SDK detection for builds on Mac
This commit is contained in:
parent
097d7239f0
commit
187a9d6439
@ -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}*)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user