mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-12 21:46:49 +03:00
Fixes packaging OS X binary with spaces in the directory name.
This commit is contained in:
parent
e780a49a06
commit
c2364a54c1
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