summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-10-25 10:51:54 -0500
committerRyan Houdek <Sonicadvance1@gmail.com>2014-10-25 10:51:54 -0500
commitc2364a54c1aa60bf24bcd779e1d8be363edbcd62 (patch)
treed0e5f3defecf4c55a7fc15832adb4ede06b61942 /Source
parente780a49a069d15cef8d4d074921ef55288ec071f (diff)
Fixes packaging OS X binary with spaces in the directory name.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinWX/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt
index 2a90556049..f1801c9b32 100644
--- a/Source/Core/DolphinWX/CMakeLists.txt
+++ b/Source/Core/DolphinWX/CMakeLists.txt
@@ -202,8 +202,8 @@ elseif(wxWidgets_FOUND)
message(\"To skip, pass -DSKIP_POSTPROCESS_BUNDLE=1 to cmake.)\")
set(BU_CHMOD_BUNDLE_ITEMS ON)
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
- file(INSTALL ${CMAKE_SOURCE_DIR}/Data/Sys
- DESTINATION ${BUNDLE_PATH}/Contents/Resources
+ file(INSTALL \"${CMAKE_SOURCE_DIR}/Data/Sys\"
+ DESTINATION \"${BUNDLE_PATH}/Contents/Resources\"
)
")
add_custom_command(TARGET ${DOLPHIN_EXE} POST_BUILD