Skip to content

Commit 20f8b22

Browse files
committed
build: remove crt-static flag for musl target
rust-lang/rust#44991
1 parent d91251d commit 20f8b22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.x86_64-unknown-linux-musl]
2+
rustflags = ["-C", "target-feature=-crt-static"]

0 commit comments

Comments
 (0)