mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Tools: Use non-CMake tool for fixing up OS X bundles
This commit is contained in:
parent
95d682dfd5
commit
c1c472958e
3 changed files with 174 additions and 2 deletions
|
@ -66,7 +66,7 @@ if(APPLE)
|
|||
message(\"(Note: This is only necessary to produce a redistributable binary.\")
|
||||
message(\"To skip, pass -DSKIP_POSTPROCESS_BUNDLE=1 to cmake.)\")
|
||||
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
|
||||
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/Tools/deploy-mac.py -p platforms/libqcocoa.dylib \"${BUNDLE_PATH}\")
|
||||
file(INSTALL ${CMAKE_SOURCE_DIR}/Data/Sys
|
||||
DESTINATION ${BUNDLE_PATH}/Contents/Resources
|
||||
)
|
||||
|
|
|
@ -158,7 +158,7 @@ elseif(wxWidgets_FOUND)
|
|||
message(\"(Note: This is only necessary to produce a redistributable binary.\")
|
||||
message(\"To skip, pass -DSKIP_POSTPROCESS_BUNDLE=1 to cmake.)\")
|
||||
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
|
||||
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/Tools/deploy-mac.py \"${BUNDLE_PATH}\")
|
||||
file(INSTALL \"${CMAKE_SOURCE_DIR}/Data/Sys\"
|
||||
DESTINATION \"${BUNDLE_PATH}/Contents/Resources\"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue