diff --git a/.cargo/config.toml b/.cargo/config.toml index 92fc9a760..398b7f9d6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -3,4 +3,4 @@ LIBSQLITE3_FLAGS = "SQLITE_ENABLE_MATH_FUNCTIONS" [target.x86_64-pc-windows-msvc] -linker = "lld-link" +linker = "rust-lld"