Skip to content

Commit

Permalink
build: fix GO_TAGS
Browse files Browse the repository at this point in the history
black-desk committed Jan 3, 2025
1 parent b2138da commit 72229af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 =

0 comments on commit 72229af

Please sign in to comment.