1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-28 00:00:18 +01:00

Fix locale name creation for Linux

This commit is contained in:
Leland Lucius
2020-04-24 23:43:24 -05:00
parent 4b8f923fd1
commit 2b24220315
3 changed files with 14 additions and 15 deletions

View File

@@ -103,7 +103,7 @@ foreach( source ${SOURCES} )
endif()
set( po "${_SRCDIR}/${source}" )
set( mo "${dst}/audacity.mo" )
set( mo "${dst}/${AUDACITY_NAME}.mo" )
add_custom_command(
DEPENDS