build: on mac install trans into debug builds too
Change the cmake code to install the translations gettext .mo files into the .app bundle for non-release builds too. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
790618102d
commit
5b65066bf8
|
@ -1245,6 +1245,7 @@ if(NOT TRANSLATIONS_ONLY)
|
|||
COMMAND ${CMAKE_SOURCE_DIR}/tools/macOS/third_party_libs_tool ./visualboyadvance-m.app
|
||||
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}"
|
||||
)
|
||||
endif()
|
||||
|
||||
add_custom_command(
|
||||
TARGET visualboyadvance-m POST_BUILD
|
||||
|
@ -1252,7 +1253,6 @@ if(NOT TRANSLATIONS_ONLY)
|
|||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||
)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(APPLE AND (UPSTREAM_RELEASE OR ENABLE_ONLINEUPDATES))
|
||||
if(CMAKE_BUILD_TYPE MATCHES "^(Release|MinSizeRel)$")
|
||||
|
|
Loading…
Reference in New Issue