Skip to content

Commit

Permalink
chore: removed darwin target configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoverson committed Aug 22, 2023
1 parent a7ef87f commit 24d5e98
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[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"]

[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"

Expand Down

0 comments on commit 24d5e98

Please sign in to comment.