We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454f916 commit 84dc94eCopy full SHA for 84dc94e
build.sh
@@ -1,3 +1,2 @@
1
# install mingw-w64 for unarr
2
-export CGO_ENABLED=1
3
-GOARCH=amd64 GOOS=windows CC=x86_64-w64-mingw32-gcc go build -ldflags '-w'
+CGO_ENABLED=1 GOARCH=amd64 GOOS=windows CC=x86_64-w64-mingw32-gcc go build -ldflags '-w'
0 commit comments