mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-18 17:10:55 +02:00
Set propper ABI on Linux
This change only affects Debian and Ubuntu, on other systems libcxx ABI is detected correctly anyway
This commit is contained in:
parent
dc92a7c59f
commit
d699b4311b
@ -15,6 +15,7 @@ if [[ -d "audacity-offline-dependencies" ]]; then
|
||||
conan config home
|
||||
conan config init
|
||||
conan config set storage.download_cache="$CONAN_USER_HOME/download_cache"
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
fi
|
||||
|
||||
cmake -S audacity -B build $@
|
||||
|
@ -44,6 +44,7 @@ pushd temp
|
||||
conan config home
|
||||
conan config init
|
||||
conan config set storage.download_cache="$CONAN_USER_HOME/download_cache"
|
||||
conan profile update settings.compiler.libcxx=libstdc++11 default
|
||||
|
||||
# Configure Audacity so we can collect the required
|
||||
# packages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user