mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Fix typo
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user