mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 22:56:26 +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
@@ -33,4 +33,5 @@
|
||||
| audacity_use_vorbis | STRING | local | Use vorbis library [system (if available), local, off] |
|
||||
| audacity_use_vst | BOOL | ON | Use VST2 plug-in support [on, off] |
|
||||
| audacity_use_wxwidgets | STRING | local | Use wxwidgets library [system (if available), local, off] |
|
||||
| audacity_use_zlib | STRING | system | Use zlib library [system (if available), local, off] |
|
||||
| audacity_use_zlib | STRING | local | Use zlib library [system (if available), local, off] |
|
||||
| audacity_use_curl | STRING | local | Use curl library [system (if available), local] |
|
||||
Reference in New Issue
Block a user