diff options
Diffstat (limited to 'vendor/modernc.org/ccgo/v3/lib/Makefile')
-rw-r--r-- | vendor/modernc.org/ccgo/v3/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modernc.org/ccgo/v3/lib/Makefile b/vendor/modernc.org/ccgo/v3/lib/Makefile index 552a4284..0e9b362e 100644 --- a/vendor/modernc.org/ccgo/v3/lib/Makefile +++ b/vendor/modernc.org/ccgo/v3/lib/Makefile @@ -86,6 +86,7 @@ build_all_targets: GOOS=openbsd GOARCH=amd64 go test -c -o /dev/null GOOS=windows GOARCH=386 go test -c -o /dev/null GOOS=windows GOARCH=amd64 go test -c -o /dev/null + GOOS=windows GOARCH=arm64 go test -c -o /dev/null devbench: date 2>&1 | tee log-devbench |