Skip to content

Commit

Permalink
Merge pull request #237 from nekowinston/build/darwin-flags
Browse files Browse the repository at this point in the history
build: add apple-darwin rustflags
  • Loading branch information
EpsilonKu authored May 27, 2024
2 parents 5690ea4 + 13ffc77 commit 366f46f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spectre_oxi/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.x86_64-apple-darwin]
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 366f46f

Please sign in to comment.