1
Fork 0

update README

This commit is contained in:
Motiejus Jakštys 2021-06-19 16:47:48 +03:00 committed by Motiejus Jakštys
parent b5c8f85ece
commit f6f6be1b88
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@ This is a prototype zig-cc toolchain that can cross-compile cgo programs to thes
- x86_64-macos-gnu
- aarch64-macos-gnu
Convenient way is still being researched (see [Known Issues](#known-issues)).
GNU toolchain is the default, musl toolchain can be selected by adding it to
`--extra_toolchains @zig_sdk//:ARCH-linux-musl_toolchain`.
Don't use this yet, see [Known Issues](#known-issues)).
# Testing