From 67adad3e08fe17d5f7e87468ea47aa76e1662255 Mon Sep 17 00:00:00 2001
From: Wim <wim@42.be>
Date: Mon, 25 Apr 2022 23:50:10 +0200
Subject: Update dependencies (#1813)

---
 vendor/modernc.org/cc/v3/Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'vendor/modernc.org/cc/v3/Makefile')

diff --git a/vendor/modernc.org/cc/v3/Makefile b/vendor/modernc.org/cc/v3/Makefile
index 61962ecd..68e39907 100644
--- a/vendor/modernc.org/cc/v3/Makefile
+++ b/vendor/modernc.org/cc/v3/Makefile
@@ -70,8 +70,10 @@ build_all_targets:
 	GOOS=linux GOARCH=riscv64 go build -v ./...
 	GOOS=linux GOARCH=s390x go build -v ./...
 	GOOS=netbsd GOARCH=amd64 go build -v ./...
+	GOOS=openbsd GOARCH=amd64 go build -v ./...
 	GOOS=windows GOARCH=386 go build -v ./...
 	GOOS=windows GOARCH=amd64 go build -v ./...
+	GOOS=windows GOARCH=arm64 go build -v ./...
 
 devbench:
 	date 2>&1 | tee log-devbench
-- 
cgit v1.2.3