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.
This commit is contained in:
parent
bf4606fc18
commit
e67b513e94
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue