Fix Windows MSVC linking issues (#7511)

This commit is contained in:
jh-block
2026-02-25 23:59:32 +01:00
committed by GitHub
parent a010327925
commit fc292c73ec
6 changed files with 54 additions and 28 deletions
+5
View File
@@ -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"]