Fixed old paths in osx scripts and quoted some variables

This commit is contained in:
Beep6581
2016-02-21 23:35:48 +01:00
parent 0b32f12f6c
commit 0539058382
2 changed files with 22 additions and 22 deletions

View File

@@ -103,7 +103,7 @@ if (APPLE)
elseif (PROC_BIT_DEPTH MATCHES 64)
list (APPEND MACOSX_BUNDLE_COMMAND PROC_BIT_DEPTH=64)
endif (PROC_BIT_DEPTH MATCHES 32)
list (APPEND MACOSX_BUNDLE_COMMAND sh "${PROJECT_SOURCE_DIR}/rtdata/osx/macosx_bundle.sh")
list (APPEND MACOSX_BUNDLE_COMMAND sh "${PROJECT_SOURCE_DIR}/tools/osx/macosx_bundle.sh")
add_custom_target(macosx_bundle
COMMAND ${MACOSX_BUNDLE_COMMAND}