mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +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
|
||||
HINTS ${OSX_SDK_PATH}
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue