1
Fork 0

[readme] add a note about .bazelrc

This commit is contained in:
Motiejus Jakštys 2022-01-25 11:56:03 +02:00
parent 78f3a59f0c
commit 1d9f8c41c1
1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,13 @@ from Bazel.
# Usage
Add this to your `WORKSPACE`:
Add this to `.bazelrc`:
```
build --incompatible_enable_cc_toolchain_resolution
```
And this to your `WORKSPACE`:
```
BAZEL_ZIG_CC_VERSION = "v0.4.0"