From e67b513e94e4c019fc721e7a86c136696301b21e Mon Sep 17 00:00:00 2001 From: Rafael Kitover Date: Sat, 11 Aug 2018 15:05:12 -0700 Subject: [PATCH] rename mac-localizations to mac-translations.cmake Rename cmake script to copy .gmo files into the .app introduced in bf4606fc from mac-localizations.cmake to mac-translations.cmake since these are really translations and not localizations. --- src/wx/CMakeLists.txt | 2 +- src/wx/{mac-localizations.cmake => mac-translations.cmake} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/wx/{mac-localizations.cmake => mac-translations.cmake} (100%) diff --git a/src/wx/CMakeLists.txt b/src/wx/CMakeLists.txt index 7aae3cfb..29e7a8ee 100644 --- a/src/wx/CMakeLists.txt +++ b/src/wx/CMakeLists.txt @@ -661,7 +661,7 @@ if(APPLE) ) add_custom_command(TARGET visualboyadvance-m POST_BUILD - COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/mac-localizations.cmake + COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_SOURCE_DIR}/mac-translations.cmake WORKING_DIRECTORY ${CMAKE_BINARY_DIR} ) ENDIF() diff --git a/src/wx/mac-localizations.cmake b/src/wx/mac-translations.cmake similarity index 100% rename from src/wx/mac-localizations.cmake rename to src/wx/mac-translations.cmake