Skip to content

Commit

Permalink
Merge pull request #106 from keith:ks/add-instructions-on-toolchain-u…
Browse files Browse the repository at this point in the history
…se-to-readme

PiperOrigin-RevId: 376791361
Change-Id: I94fd4024fb097a3ba8c68f7d0ad199e3c5ef2fab
  • Loading branch information
copybara-github committed Jun 1, 2021
2 parents 68cb652 + b817483 commit 8d3ab5f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@ cc_library(
)
```

# Using the rules_cc toolchain

If you'd like to use the cc toolchain defined in this repo add this to
your WORKSPACE after you include rules_cc:

```bzl
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")

rules_cc_dependencies()

rules_cc_toolchains()
```

# Migration Tools

This repository also contains migration tools that can be used to migrate your
Expand Down

0 comments on commit 8d3ab5f

Please sign in to comment.