build: use rust-lld for windows msvc linker
This commit is contained in:
parent
d2166e080c
commit
8a995c6bef
|
|
@ -3,4 +3,4 @@
|
|||
LIBSQLITE3_FLAGS = "SQLITE_ENABLE_MATH_FUNCTIONS"
|
||||
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
linker = "lld-link"
|
||||
linker = "rust-lld"
|
||||
|
|
|
|||
Loading…
Reference in New Issue