Skip to content

Commit

Permalink
Make TAGS overridable in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Sep 6, 2022
1 parent 82d1728 commit 891bb49
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
Expand Up @@ -5,7 +5,7 @@
GO ?= go
ARTIFACT_SUFFIX ?=
ENV =
TAGS = -tags osusergo,netgo,cgosqlite,sqlite_omit_load_extension
TAGS ?= -tags osusergo,netgo,cgosqlite,sqlite_omit_load_extension


#
Expand Down

0 comments on commit 891bb49

Please sign in to comment.