1
Fork 0

update README

nix
Motiejus Jakštys 2021-08-06 17:19:54 +03:00
parent 58b041135a
commit 62849afc7a
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,8 @@
# Bazel zig cc toolchain
This is an early stage zig-cc toolchain that can cross-compile cgo programs to these os/archs:
This is an early stage zig-cc toolchain that can cross-compile C/C++ programs
(including cgo) to these os/archs:
- amd64-linux-gnu.2.19
- amd64-linux-musl
@ -11,6 +12,8 @@ This is an early stage zig-cc toolchain that can cross-compile cgo programs to t
- amd64-macos
- arm64-macos
... and more.
# Usage
Add this to your `WORKSPACE`: