Categorygithub.com/dosgo/zigtool
repository
0.0.0-20210923085854-9c6fc1d62198
Repository: https://github.com/dosgo/zigtool.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

zigtool

The golang tool of the zig compiler automatically compiles different targets according to the GOOS GOARCH environment variable. You need to install zig.

go install github.com/dosgo/zigtool/zigcc@latest

go install github.com/dosgo/zigtool/zigcpp@latest

set CC=zigcc set CXX=zigcpp

Manually set the compilation target

set ZIGTARGET=x86_64-windows-gnu