1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02: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" )
set( locale "${_DEST}/Resources" )
elseif( CMAKE_SYSTEM_NAME MATCHES "Windows" )
set( locale "${_DEST}/Languanges" )
set( locale "${_DEST}/Languages" )
else()
set( locale "${_DEST}/locale" )
endif()