Skip to content

Commit

Permalink
Merge pull request #69 from bact/rename-cargo-config
Browse files Browse the repository at this point in the history
Rename config to config.toml
  • Loading branch information
bact authored Nov 9, 2024
2 parents 96d9c27 + 0a6f8d7 commit 482f33f
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 482f33f

Please sign in to comment.