Skip to content

Commit

Permalink
x86_64-apple-darwin too
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Dec 13, 2023
1 parent 2752797 commit 23f4074
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[target.x86_64-apple-darwin]
rustflags = [ "-C", "linker=c++" ]

[target.aarch64-apple-darwin]
rustflags = [
"-C", "linker=c++"
]
rustflags = [ "-C", "linker=c++" ]

0 comments on commit 23f4074

Please sign in to comment.