From 060585c5e770133f3c80ad836137874904defb05 Mon Sep 17 00:00:00 2001 From: Rishikesh Nair Date: Sun, 21 Jul 2024 14:47:56 +0530 Subject: [PATCH] Build using CGO_ENABLED=1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 058ce55..b81f401 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Go parameters -GO := go +GO := CGO_ENABLED=1 go BUILD_DIR := dist # Determine OS and ARCH