diff --git a/.cargo/config.toml b/.cargo/config.toml index d86d57a..0e889ae 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [target.i686-pc-windows-msvc] rustflags = ["-C", "target-feature=+crt-static"] + +[target.i686-unknown-linux-gnu] +linker = "gcc"