fix: windows arm64 build [skip ci]

pull/3409/head
Andy Hsu 2023-02-14 20:28:05 +08:00
parent fe416ba15c
commit 6659f6d367
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ FetchWebRelease() {
BuildWinArm64() {
echo building for windows-arm64
chmod +x ./wrapper/zcc-arm64
chmod +x ./wrapper/zcxx-arm64
export GOOS=windows
export GOARCH=arm64
export CC=$(pwd)/wrapper/zcc-arm64