Skip to content

Commit

Permalink
Fix curl static linking on mac
Browse files Browse the repository at this point in the history
This was overlooked in openfl#1682
  • Loading branch information
tobil4sk committed Jul 12, 2024
1 parent 84d7f39 commit a5844a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/cpp/static/BuildMain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit a5844a4

Please sign in to comment.