From c0c4d699a6e45985efa72732414fd604fcecbe8b Mon Sep 17 00:00:00 2001 From: blotus Date: Tue, 25 Nov 2025 13:35:21 +0100 Subject: [PATCH] Disable netgo for windows build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6e3f4ac5dc..260e69d26c3 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ include mk/gmsl BUILD_RE2_WASM ?= 0 #expr_debug tag is required to enable the debug mode in expr -GO_TAGS := netgo,osusergo,expr_debug +GO_TAGS := osusergo,expr_debug # By default, build with sqlite3. BUILD_SQLITE ?= mattn