-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit correct darwin_x86_64 CPU value if not using Xcode
Previously, if not using the Xcode toolchain, for example because the locator failed, the standard Unix C++ toolchain was created with a CPU value of either `darwin_arm64` or `darwin`, depending on the host architecture. The latter, when appended to `@local_config_cc//:cc-compiler-` in the toolchain BUILD template, results in a reference to a non-existent toolchain.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters