mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-06-29 09:51:34 +00:00
Forcing to build with 10.6 sdk on OS X.
This commit is contained in:
parent
b7c006b898
commit
9921e86790
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ project(OpenMW)
|
||||||
|
|
||||||
IF (APPLE)
|
IF (APPLE)
|
||||||
set(APP_BUNDLE_DIR "${OpenMW_BINARY_DIR}/OpenMW.app")
|
set(APP_BUNDLE_DIR "${OpenMW_BINARY_DIR}/OpenMW.app")
|
||||||
|
|
||||||
|
# using 10.6 sdk
|
||||||
|
set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
|
||||||
ENDIF (APPLE)
|
ENDIF (APPLE)
|
||||||
|
|
||||||
# Sound source selection
|
# Sound source selection
|
||||||
|
|
Loading…
Reference in a new issue