Skip to content

Commit

Permalink
Merge branch 'master' into ks/add-armeabi_cc_toolchain_config.bzl-to-…
Browse files Browse the repository at this point in the history
…macos-config
  • Loading branch information
oquenchil authored Jun 7, 2021
2 parents 03b5d84 + 8d3ab5f commit fb624ff
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 fb624ff

Please sign in to comment.