diff options
-rw-r--r-- | src/frontend/qt_sdl/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/CMakeLists.txt b/src/frontend/qt_sdl/CMakeLists.txt index ae9b888..c2e53c4 100644 --- a/src/frontend/qt_sdl/CMakeLists.txt +++ b/src/frontend/qt_sdl/CMakeLists.txt @@ -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() |