mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 16:15:48 +01:00
Fixes for Linux and Mac builds
Adding "apt-get update" to hopefully fix the Linux build. I thought Github would "fix" the image, but it doesn't hurt to have the update in there anyway. And fix the Mac Info.plist version.
This commit is contained in:
@@ -1250,9 +1250,9 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
|
||||
# And store as variables
|
||||
foreach( line ${output} )
|
||||
string( REPLACE " " ";" line ${line})
|
||||
list( GET line 0 name )
|
||||
list( GET line 1 value )
|
||||
string( REGEX MATCHALL "[A-Za-z0-9_]+" line "${line}" )
|
||||
list( GET line 1 name )
|
||||
list( GET line 2 value )
|
||||
set( ${name} ${value} )
|
||||
endforeach()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user