From 72229af1549df314efdbb5f7934a7f32cb3d3f33 Mon Sep 17 00:00:00 2001 From: black-desk Date: Fri, 3 Jan 2025 15:13:03 +0800 Subject: [PATCH] build: fix GO_TAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3ea279f..c2e8ed8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PKG_CONFIG=pkg-config # Go variables GO ?= $(shell goenv which go 2>/dev/null || command -v go) -GOTAGS ?= +GO_TAGS ?= _GO_TAGS = GO_LDFLAGS ?= _GO_LDFLAGS =