Skip to content

Commit

Permalink
chore: move to .config/cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
topaxi committed May 10, 2024
1 parent 52148f9 commit 0ff1f76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .cargo/config

This file was deleted.

1 change: 1 addition & 0 deletions .cargo/config
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 0ff1f76

Please sign in to comment.