From d734e59d8f2f0f3ec059254ab26674d196491547 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:49:31 +0200 Subject: [PATCH] build: enable CGO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8160a35..b3ca10fa 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ LD_FLAGS = \ BUILD_FLAGS := -ldflags '$(LD_FLAGS)' # Commands -GO_BUiLD := CGO_ENABLED=0 go build $(BUILD_FLAGS) +GO_BUiLD := CGO_ENABLED=1 go build $(BUILD_FLAGS) # Environments ENVIRONMENTS = \