1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 07:35:51 +01:00
This commit is contained in:
Leland Lucius
2020-02-29 13:08:57 -06:00
parent 8b184e1172
commit 418c4dfacb

View File

@@ -85,7 +85,7 @@ endif()
if( CMAKE_SYSTEM_NAME MATCHES "Darwin" ) if( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
set( locale "${_DEST}/Resources" ) set( locale "${_DEST}/Resources" )
elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" ) elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" )
set( locale "${_DEST}/Languanges" ) set( locale "${_DEST}/Languages" )
else() else()
set( locale "${_DEST}/locale" ) set( locale "${_DEST}/locale" )
endif() endif()