Skip to content

Commit

Permalink
WIP: build: make cargo insta test compile properly on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Aug 1, 2024
1 parent fe15e37 commit 5c07fb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[target.aarch64-apple-darwin]
rustflags = [
"-C", "link-arg=-fuse-ld=lld",
]

0 comments on commit 5c07fb6

Please sign in to comment.