1
0
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:
Dmitry Vedenko 2021-08-02 13:48:29 +03:00 committed by Dmitry Vedenko
parent dc92a7c59f
commit d699b4311b
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ if [[ -d "audacity-offline-dependencies" ]]; then
conan config home conan config home
conan config init conan config init
conan config set storage.download_cache="$CONAN_USER_HOME/download_cache" conan config set storage.download_cache="$CONAN_USER_HOME/download_cache"
conan profile update settings.compiler.libcxx=libstdc++11 default
fi fi
cmake -S audacity -B build $@ cmake -S audacity -B build $@

View File

@ -44,6 +44,7 @@ pushd temp
conan config home conan config home
conan config init conan config init
conan config set storage.download_cache="$CONAN_USER_HOME/download_cache" 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 # Configure Audacity so we can collect the required
# packages. # packages.