mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Fix locale name creation for Linux
This commit is contained in:
@@ -379,6 +379,13 @@ if( NOT CMAKE_INSTALL_LIBDIR STREQUAL "lib" AND NOT EXISTS "${CMAKE_BINARY_DIR}/
|
||||
file( CREATE_LINK "${CMAKE_BINARY_DIR}/lib" "${CMAKE_BINARY_DIR}/lib64" SYMBOLIC )
|
||||
endif()
|
||||
|
||||
# Define Audacity's name
|
||||
if( CMAKE_SYSTEM_NAME MATCHES "Darwin|Windows" )
|
||||
set( AUDACITY_NAME "Audacity" )
|
||||
else()
|
||||
set( AUDACITY_NAME "audacity" )
|
||||
endif()
|
||||
|
||||
# Extract the Audacity version information
|
||||
file(
|
||||
STRINGS
|
||||
|
Reference in New Issue
Block a user