webview / webview_go

Go language bindings for the webview library.
MIT License
176 stars 27 forks source link

编译报错 #16

Open xxxlzj520 opened 7 months ago

xxxlzj520 commented 7 months ago

GOOS=linux GOARCH=amd64 go build -o myapp-loong64 -ldflags "-s -w" main.go 编译报错误: Stderr: go build github.com/webview/webview_go: build constraints exclude all Go files in

SteffenL commented 6 months ago

Maybe you need to set CGO_ENABLED=1?