1
Fork 0

lint README

This commit is contained in:
Motiejus Jakštys 2021-08-11 11:45:25 +03:00
parent ec06ae1893
commit adf744a264
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@ http_archive(
load("@bazel-zig-cc//toolchain:defs.bzl", zig_register_toolchains = "register_toolchains")
zig_register_toolchains(["x86_64-linux-gnu.2.28", "x86_64-macos-gnu"])
zig_register_toolchains(register = [
"x86_64-linux-gnu.2.28",
"x86_64-macos-gnu",
])
```
The snippet above will download the zig toolchain and register it for the