Skip to content

Commit

Permalink
Add macos arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jan 17, 2021
1 parent 120fe4e commit 386ff8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/build-common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
<istrue value="${isOSX}" />
<or>
<os arch="AMD64" />
<os arch="aarch64" />
<os arch="x86_64" />
</or>
</and>
Expand Down

0 comments on commit 386ff8d

Please sign in to comment.