1
0
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:
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

@@ -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] |