Actually use the new script...

This commit is contained in:
Nadia Holmquist Pedersen 2021-04-25 03:55:01 +02:00
parent bc4a156a4d
commit a860c5fbd3
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ if (APPLE)
set(DMGARG "--dmg")
endif()
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...")
endif()
endif()