mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 03:15:19 +08:00
feat: add windows/arm64 target (close #3308)
This commit is contained in:
2
wrapper/zcc-arm64
Normal file
2
wrapper/zcc-arm64
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
zig cc -target aarch64-windows-gnu $@
|
||||
2
wrapper/zcxx-arm64
Normal file
2
wrapper/zcxx-arm64
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
zig c++ -target aarch64-windows-gnu $@
|
||||
Reference in New Issue
Block a user