1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/conntracct/fix-cgo.patch
2024-03-13 02:13:10 +01:00

10 lines
149 B
Diff

--- a/magefile.go
+++ b/magefile.go
@@ -18,7 +18,6 @@
var (
buildEnv = map[string]string{
- "CGO_ENABLED": "0",
}
build = func() error {