Skip to content

Commit

Permalink
rename mac-localizations to mac-translations.cmake
Browse files Browse the repository at this point in the history
Rename cmake script to copy .gmo files into the .app introduced in
bf4606f from mac-localizations.cmake to mac-translations.cmake since
these are really translations and not localizations.
  • Loading branch information
rkitover committed Aug 11, 2018
1 parent bf4606f commit e67b513
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wx/CMakeLists.txt
Expand Up @@ -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()
Expand Down
File renamed without changes.

0 comments on commit e67b513

Please sign in to comment.