Skip to content

Commit 3fc847b

Browse files
author
Samuel Ortiz
committed
Fix musl-arm build
Signed-off-by: Samuel Ortiz <[email protected]>
1 parent cc92899 commit 3fc847b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cargo/config

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

0 commit comments

Comments
 (0)