mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fixes packaging OS X binary with spaces in the directory name.
This commit is contained in:
parent
e780a49a06
commit
c2364a54c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user