We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" main.go
but error why ?
github.com/webview/webview_go: build constraints exclude all Go files in /home/go/pkg/mod/github.com/webview/[email protected]
The text was updated successfully, but these errors were encountered:
When crosscompiling, CGO is disabled by default. Try to add something like this: CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++
CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++
Sorry, something went wrong.
ok thank i try that
was this issue resolved? i am facing the same issue
No branches or pull requests
GOOS=windows GOARCH=amd64 go build -ldflags="-H windowsgui" main.go
but error why ?
The text was updated successfully, but these errors were encountered: