Skip to content

Commit

Permalink
rename config.toml, add aarch64 section
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Jul 1, 2024
1 parent d51fa10 commit 64d7e64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .cargo/config

This file was deleted.

11 changes: 11 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[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 64d7e64

Please sign in to comment.