mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-28 04:08:43 +00:00
Fix OS X 10.6 compatibility.
Patch by mathieudel.
This commit is contained in:
parent
30718230b2
commit
4fc0125fb3
2 changed files with 6 additions and 5 deletions
|
@ -153,6 +153,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/postprocess_bundle.cmake "
|
||||
include(BundleUtilities)
|
||||
message(\"Fixing up application bundle: ${BUNDLE_PATH}\")
|
||||
set(BU_CHMOD_BUNDLE_ITEMS ON)
|
||||
fixup_bundle(\"${BUNDLE_PATH}\" \"\" \"\")
|
||||
")
|
||||
add_custom_command(TARGET ${DOLPHIN_EXE} POST_BUILD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue