mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
10 lines
149 B
Diff
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 {
|