Skip to content

Commit

Permalink
Fix arm64 library names on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 26, 2024
1 parent 4f73919 commit c84521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/finish-setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<set name="LIBEXTRA" value="-x86" if="HXCPP_X86" />
<set name="LIBEXTRA" value="-x86_64" if="HXCPP_X86_64" />
<set name="LIBEXTRA" value="-v7" if="HXCPP_ARMV7" unless="LIBEXTRA||linux" />
<set name="LIBEXTRA" value="-64" if="HXCPP_ARM64" unless="LIBEXTRA||linux||isMsvc" />
<set name="LIBEXTRA" value="-64" if="HXCPP_ARM64" unless="LIBEXTRA||linux||isMsvc||mac" />
<set name="LIBEXTRA" value="-x86" if="tizen"/>
<set name="LIBEXTRA" value="" if="tizen" unless="simulator" />
<set name="LIBEXT" value=".a" />
Expand Down

0 comments on commit c84521b

Please sign in to comment.