aports/community/nebula/unset-CGO_ENABLED.patch
2024-06-04 04:59:49 +00:00

12 lines
234 B
Diff

diff --git a/Makefile b/Makefile
index 0d0943f..be70328 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,4 @@
NEBULA_CMD_PATH = "./cmd/nebula"
-CGO_ENABLED = 0
-export CGO_ENABLED
# Set up OS specific bits
ifeq ($(OS),Windows_NT)