Skip to content

Commit e79b72a

Browse files
build: make cargo insta test compile properly on MacOS
1 parent b6f5867 commit e79b72a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
[target.aarch64-apple-darwin]
2+
rustflags = ["-C", "link-arg=-ld_classic"]
3+
14
[target.x86_64-pc-windows-msvc]
25
linker = "rust-lld"

0 commit comments

Comments
 (0)