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 711f97c commit b3c046eCopy full SHA for b3c046e
compile_webidebridge.sh
@@ -65,9 +65,9 @@ compilePlatform()
65
if [ $GOOS == "windows" ]
66
then
67
NAME=$NAME".exe"
68
- EXTRAFLAGS="-ldflags -Hwindowsgui"
+ EXTRAFLAGS="-ldflags -H=windowsgui"
69
fi
70
- env GOOS=$GOOS GOARCH=$GOARCH CC=$CC CXX=$CC CGO_ENABLED=$CGO_ENABLED go build -o=$NAME $EXTRAFLASG
+ env GOOS=$GOOS GOARCH=$GOARCH CC=$CC CXX=$CC CGO_ENABLED=$CGO_ENABLED go build -o=$NAME $EXTRAFLAGS
71
if [ $? != 0 ]
72
73
echo -e "${red}Target $GOOS, $GOARCH failed${NC}"
0 commit comments