mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
Fix typo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user