Skip to content

Commit

Permalink
Fix arm64 library names on mac (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Jun 25, 2024
1 parent 0190282 commit 73243b3
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||macos" />
<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 73243b3

Please sign in to comment.