Fix GCC Makefile build on Mac OS X platform for good.
This commit is contained in:
Родитель
3897718a40
Коммит
e06c503f64
|
@ -27,4 +27,7 @@ set (TARGET_NAME OgreBatchConverter)
|
|||
define_source_files ()
|
||||
|
||||
# Setup target
|
||||
if (APPLE)
|
||||
setup_macosx_linker_flags (CMAKE_EXE_LINKER_FLAGS)
|
||||
endif ()
|
||||
setup_executable ()
|
||||
|
|
Загрузка…
Ссылка в новой задаче