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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user