feat: add windows/arm64 target (close #3308)

This commit is contained in:
Noah Hsu
2023-02-09 19:43:29 +08:00
parent dca115506d
commit ab7dee49b0
5 changed files with 18 additions and 1 deletions

2
wrapper/zcc-arm64 Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
zig cc -target aarch64-windows-gnu $@

2
wrapper/zcxx-arm64 Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
zig c++ -target aarch64-windows-gnu $@