Skip to content

Commit

Permalink
Merge pull request #40 from mcspr/patch-1
Browse files Browse the repository at this point in the history
Add darwin_arm64 to package.json
  • Loading branch information
earlephilhower committed Jul 4, 2022
2 parents 3ba0771 + 9cac50b commit ce0952a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ OSX_BFLGS :=
OSX_TARCMD := tar
OSX_TAROPT := zcf
OSX_TAREXT := tar.gz
OSX_ASYS := darwin_x86_64
OSX_ASYS := darwin_x86_64\",\ \"darwin_arm64

ARM64_HOST := aarch64-linux-gnu
ARM64_AHOST := aarch64-linux-gnu
Expand Down

0 comments on commit ce0952a

Please sign in to comment.