mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00:00
Merge pull request #1395 from Sonicadvance1/fix-OSX-spaces
Fixes packaging OS X binary with spaces in the directory name.
This commit is contained in:
commit
e51676fdf1
1 changed files with 2 additions and 2 deletions
|
@ -202,8 +202,8 @@ elseif(wxWidgets_FOUND)
|
||||||
message(\"To skip, pass -DSKIP_POSTPROCESS_BUNDLE=1 to cmake.)\")
|
message(\"To skip, pass -DSKIP_POSTPROCESS_BUNDLE=1 to cmake.)\")
|
||||||
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||||
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
|
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
|
||||||
file(INSTALL ${CMAKE_SOURCE_DIR}/Data/Sys
|
file(INSTALL \"${CMAKE_SOURCE_DIR}/Data/Sys\"
|
||||||
DESTINATION ${BUNDLE_PATH}/Contents/Resources
|
DESTINATION \"${BUNDLE_PATH}/Contents/Resources\"
|
||||||
)
|
)
|
||||||
")
|
")
|
||||||
add_custom_command(TARGET ${DOLPHIN_EXE} POST_BUILD
|
add_custom_command(TARGET ${DOLPHIN_EXE} POST_BUILD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue