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
After import "github.com/smacker/go-tree-sitter/python", I cannot compile executable binary file for windows and linux on OSX. for linux
CGO_ENABLED=1 CC="x86_64-linux-musl-gcc" GOOS=linux GOARCH=amd64 CGO_LDFLAGS="-static" go build -trimpath -ldflags "-s -w -linkmode=external"
for windows
CGO_ENABLED=1 CC="x86_64-w64-mingw32-gcc" GOOS=windows GOARCH=amd64 CGO_LDFLAGS="-static" go build -buildmode=pie -trimpath -ldflags "-s -w"
There is no problem if I just import java or javascript cross-compilation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After import "github.com/smacker/go-tree-sitter/python", I cannot compile executable binary file for windows and linux on OSX.
for linux
for windows
There is no problem if I just import java or javascript cross-compilation
The text was updated successfully, but these errors were encountered: