Add SystemConfiguration.framework on Mac.

Required for `SCDynamicStoreCopyProxies()`, which is only called when
`CURL_OSX_CALL_COPYPROXIES` is defined, which is only defined on OSX.
This commit is contained in:
Joseph Cloutier
2022-05-22 11:27:48 -04:00
parent 51dfc56efb
commit 2ce060788b

View File

@@ -462,6 +462,7 @@
<vflag name="-framework" value="ForceFeedback" />
<vflag name="-framework" value="OpenAL" />
<vflag name="-framework" value="OpenGL" />
<vflag name="-framework" value="SystemConfiguration" />
<lib name="/opt/local/lib/libgc.a" if="LIME_NEKO" />
<lib name="-lm" if="LIME_NEKO" />