Skip to content

Commit f240c0a

Browse files
committed
add crt-static feature for linux build
1 parent 23a84fa commit f240c0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/.cargo/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
linker = "x86_64-apple-darwin14-clang"
33
ar = "x86_64-apple-darwin14-ar"
44

5+
[target.x86_64-unknown-linux-gnu]
6+
rustflags = ['-Ctarget-feature=+crt-static']

0 commit comments

Comments
 (0)