Actually use the new script...
This commit is contained in:
parent
bc4a156a4d
commit
a860c5fbd3
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue