You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my build script: env CGO_ENABLED=1 GOOS=windows GOARCH=386 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ go build -a -installsuffix cgo -ldflags '-s' .
I've done a lot of searching and I'm genuinely puzzled.
The text was updated successfully, but these errors were encountered:
This is my build script:
env CGO_ENABLED=1 GOOS=windows GOARCH=386 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ go build -a -installsuffix cgo -ldflags '-s' .
I've done a lot of searching and I'm genuinely puzzled.
The text was updated successfully, but these errors were encountered: