Skip to content

Commit

Permalink
Merge pull request #1817 from tobil4sk/fix/mac-curl-static-link
Browse files Browse the repository at this point in the history
Fix curl static linking on mac
  • Loading branch information
Dimensionscape authored Jul 12, 2024
2 parents 84d7f39 + a5844a4 commit ca52db8
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 ca52db8

Please sign in to comment.