mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
Actually use the new script...
This commit is contained in:
@ -150,7 +150,7 @@ if (APPLE)
|
|||||||
set(DMGARG "--dmg")
|
set(DMGARG "--dmg")
|
||||||
endif()
|
endif()
|
||||||
add_custom_command(TARGET melonDS POST_BUILD
|
add_custom_command(TARGET melonDS POST_BUILD
|
||||||
COMMAND ${CMAKE_SOURCE_DIR}/tools/mac-libs.sh ${DMGARG} ${CMAKE_BINARY_DIR}
|
COMMAND ${CMAKE_SOURCE_DIR}/tools/mac-libs.rb ${DMGARG} ${CMAKE_BINARY_DIR}
|
||||||
COMMENT "Bundling macOS libraries...")
|
COMMENT "Bundling macOS libraries...")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user