mirror of
https://github.com/overte-org/overte.git
synced 2025-06-18 00:00:43 +02:00
handle an SDK in Xcode beta
This commit is contained in:
parent
e0d31f6e61
commit
a7a9ede744
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ if (APPLE)
|
||||||
NAME MacOSX10.9.sdk
|
NAME MacOSX10.9.sdk
|
||||||
HINTS ${OSX_SDK_PATH}
|
HINTS ${OSX_SDK_PATH}
|
||||||
PATHS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
PATHS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
||||||
|
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
|
||||||
)
|
)
|
||||||
|
|
||||||
if (NOT _OSX_DESIRED_SDK_PATH)
|
if (NOT _OSX_DESIRED_SDK_PATH)
|
||||||
|
|
Loading…
Reference in a new issue