update CMake to use new ArchHooks_MacOSX.mm file
It is necessary to clear existing cmake cache and generate a new Xcode project, following wolfman2000's instructions in ./Build/README.md Witht that done, you can use the StepMania.xcodeproj generated by cmake to successfully build a fresh StepMania.app and it properly logs the OS X version.
This commit is contained in:
@@ -440,7 +440,7 @@ if(NOT APPLE)
|
|||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
else(NOT APPLE)
|
else(NOT APPLE)
|
||||||
list(APPEND SMDATA_ARCH_HOOKS_SRC
|
list(APPEND SMDATA_ARCH_HOOKS_SRC
|
||||||
"arch/ArchHooks/ArchHooks_MacOSX.cpp"
|
"arch/ArchHooks/ArchHooks_MacOSX.mm"
|
||||||
)
|
)
|
||||||
list(APPEND SMDATA_ARCH_HOOKS_HPP
|
list(APPEND SMDATA_ARCH_HOOKS_HPP
|
||||||
"arch/ArchHooks/ArchHooks_MacOSX.h"
|
"arch/ArchHooks/ArchHooks_MacOSX.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user