Skip to content

Commit 84dc94e

Browse files
committed
fix build script
1 parent 454f916 commit 84dc94e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# 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'
2+
CGO_ENABLED=1 GOARCH=amd64 GOOS=windows CC=x86_64-w64-mingw32-gcc go build -ldflags '-w'

0 commit comments

Comments
 (0)