1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-27 15:50:10 +01:00

Adds curl to the list of system libraries

Fixes macOS build with system libcurl
This commit is contained in:
Dmitry Vedenko
2021-05-25 18:16:22 +03:00
committed by Dmitry Vedenko
parent 45e4627ac9
commit 733cf89cff
4 changed files with 34 additions and 3 deletions

View File

@@ -38,6 +38,7 @@ cmake_options=(
-Daudacity_use_sbsms=local # We prefer using the latest version of sbsms
-Daudacity_use_soundtouch=system
-Daudacity_use_twolame=system
-Daudacity_use_curl=system
)
cmake "${cmake_options[@]}" ../audacity