fix aarch64-pc-windows-msvc

This commit is contained in:
Théo Monnom
2023-01-12 23:54:21 +01:00
parent 71d29bd64e
commit c267c82a58
+3
View File
@@ -1,6 +1,9 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.aarch64-pc-windows-msvc]
rustflags = ["-C", "target-feature=+crt-static"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-ObjC"]