mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-04 06:15:59 +00:00
support for more modern macos versions
This commit is contained in:
parent
bdaf1dbe99
commit
391ed04cd2
@ -390,7 +390,7 @@ DMGNAME="${LyxBase}${LyXGitCommitHash:+-}${LyXGitCommitHash}"
|
||||
DMGSIZE="550m"
|
||||
|
||||
# Check for existing SDKs
|
||||
SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[01]*sdk)
|
||||
SDKs=$(echo ${DEVELOPER_SDKS}/MacOSX1[0-9]*sdk)
|
||||
case $SDKs in
|
||||
*${SDKROOT}*)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user