Skip to content

Commit 3ac74fb

Browse files
authored
maybe fix linux builds (#104)
1 parent 170b906 commit 3ac74fb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[target.i686-pc-windows-msvc]
22
rustflags = ["-C", "target-feature=+crt-static"]
3+
4+
[target.i686-unknown-linux-gnu]
5+
linker = "gcc"

0 commit comments

Comments
 (0)