Fix curl static linking on mac

This was overlooked in #1682
This commit is contained in:
Tobiasz Laskowski
2024-07-12 12:26:41 +01:00
parent 84d7f39605
commit a5844a42df

View File

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