fix(native): static link msvc runtime on Windows (#3773)

Co-authored-by: Alex Yang <himself65@outlook.com>
(cherry picked from commit 64656c3c98)
This commit is contained in:
LongYinan
2023-08-17 03:55:37 +08:00
committed by Alex Yang
parent efcd106ea1
commit 51ced217db
+2
View File
@@ -0,0 +1,2 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]