forked from teamnwah/openmw-tes3coop
Merge remote branch 'corristo/master'
This commit is contained in:
commit
4b48eb4460
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ project(OpenMW)
|
|||
|
||||
IF (APPLE)
|
||||
set(APP_BUNDLE_DIR "${OpenMW_BINARY_DIR}/OpenMW.app")
|
||||
|
||||
# using 10.6 sdk
|
||||
set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.6.sdk")
|
||||
ENDIF (APPLE)
|
||||
|
||||
# Sound source selection
|
||||
|
|
Loading…
Reference in a new issue