Skip to content

Commit

Permalink
Merge branch 'develop' into 8.2.0-Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jul 8, 2024
2 parents 3a61390 + 84d7f39 commit 8f3ea8d
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 117 deletions.
6 changes: 6 additions & 0 deletions project/Build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,12 @@

<section if="mac">
<vflag name="-install_name" value="@executable_path/lime.hdll" if="LIME_HASHLINK"/>
<!--
starting in xcode 15, rpath doesn't automatically include
/usr/local/lib, but we need it for neko
-->
<vflag name="-rpath" value="/usr/local/lib" />
<vflag name="-rpath" value="/opt/homebrew/lib" if="HXCPP_ARM64"/>

<vflag name="-l" value="iconv" />
<vflag name="-framework" value="IOKit" />
Expand Down
Loading

0 comments on commit 8f3ea8d

Please sign in to comment.