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:
committed by
Dmitry Vedenko
parent
45e4627ac9
commit
733cf89cff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user