fix aarch64-pc-windows-msvc
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
[target.x86_64-pc-windows-msvc]
|
[target.x86_64-pc-windows-msvc]
|
||||||
rustflags = ["-C", "target-feature=+crt-static"]
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
|
[target.aarch64-pc-windows-msvc]
|
||||||
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|
||||||
[target.x86_64-apple-darwin]
|
[target.x86_64-apple-darwin]
|
||||||
rustflags = ["-C", "link-args=-ObjC"]
|
rustflags = ["-C", "link-args=-ObjC"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user