Skip to content

Commit

Permalink
Add arm64 for the native component
Browse files Browse the repository at this point in the history
Completely based on TheInfiniteKind#75
  • Loading branch information
karlvr authored and mbtaylor committed Nov 29, 2023
1 parent 12422ee commit 3a7a74b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ version=1.0ea
arch64=-arch x86_64
arch32=-arch i386
archppc=-arch ppc
archarm64=-arch arm64
cc=gcc
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ questions.

<exec executable="${cc}" failonerror="true">
<arg line="${arch64}"/>
<arg line="${archarm64}"/>
<arg value="-I"/>
<arg value="${javahome}/include"/>
<arg value="-I"/>
Expand Down

0 comments on commit 3a7a74b

Please sign in to comment.