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:
@@ -462,6 +462,7 @@
|
|||||||
<vflag name="-framework" value="ForceFeedback" />
|
<vflag name="-framework" value="ForceFeedback" />
|
||||||
<vflag name="-framework" value="OpenAL" />
|
<vflag name="-framework" value="OpenAL" />
|
||||||
<vflag name="-framework" value="OpenGL" />
|
<vflag name="-framework" value="OpenGL" />
|
||||||
|
<vflag name="-framework" value="SystemConfiguration" />
|
||||||
|
|
||||||
<lib name="/opt/local/lib/libgc.a" if="LIME_NEKO" />
|
<lib name="/opt/local/lib/libgc.a" if="LIME_NEKO" />
|
||||||
<lib name="-lm" if="LIME_NEKO" />
|
<lib name="-lm" if="LIME_NEKO" />
|
||||||
|
|||||||
Reference in New Issue
Block a user