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 {