Skip to content

Commit

Permalink
Merge pull request #4 from L4vlet/support-m1-compilation
Browse files Browse the repository at this point in the history
Add Mac M1 build target
  • Loading branch information
farhadi authored Oct 30, 2024
2 parents ea9d4a6 + 32e9aa9 commit 17631b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions native/xxh3/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-undefined",
"-C", "link-arg=dynamic_lookup",
]

0 comments on commit 17631b5

Please sign in to comment.