Fix Windows MSVC linking issues (#7511)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "link-args=/FORCE:MULTIPLE"]
|
||||
|
||||
[target.aarch64-pc-windows-msvc]
|
||||
rustflags = ["-C", "link-args=/FORCE:MULTIPLE"]
|
||||
Reference in New Issue
Block a user