mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +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"
|
DMGSIZE="550m"
|
||||||
|
|
||||||
# Check for existing SDKs
|
# Check for existing SDKs
|
||||||
SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX10*sdk)
|
SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[01]*sdk)
|
||||||
case $SDKs in
|
case $SDKs in
|
||||||
*${SDKROOT}*)
|
*${SDKROOT}*)
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user