Skip to content

Commit

Permalink
Update README.md now that platform_mappings are obsolete in Bazel7
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer authored Nov 15, 2023
1 parent 57be00c commit 48b6312
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ You can now use libraries in `deps` through the `@boost` repository, for example

## If you're using the Apple or Android-specific rules...

As with all platform-dependent C/C++ in Bazel, you'll need to set up [`platform_mappings`](https://bazel.build/concepts/platforms#platform-mappings) until Bazel resolves its outstanding issues.

It's not hard if you know what to to do, but can be tricky to figure out. If you'd like help with this, please let us know over at https://github.com/hedronvision/bazel-make-cc-https-easy/issues/4
As with all platform-dependent C/C++ in Bazel, you'll need to use Bazel 7+ (and a similarly recent version of rules_apple) for per-platform configuration to work automatically out of the box. (Please file a PR to delete this section if Bazel 7 is now so old as to be standard.)

## Suggestion: Updates

Expand Down

0 comments on commit 48b6312

Please sign in to comment.