Skip to content

Commit

Permalink
Fix --toolchain_resolution_debug flag in guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benradf authored Aug 23, 2023
1 parent 89626d0 commit 47a39a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ compilation. This can be verified using Bazel's `--toolchain_resolution_debug`
switch:

```
> bazel build //src:hello-world --toolchain-resolution-debug '.*'
> bazel build //src:hello-world --toolchain_resolution_debug '.*'
INFO: Build option --toolchain_resolution_debug has changed, discarding analysis cache.
INFO: ToolchainResolution: Target platform @rules_nixpkgs_core//platforms:host: Selected execution platform @rules_nixpkgs_core//platforms:host,
INFO: ToolchainResolution: Type @bazel_tools//tools/cpp:toolchain_type: target platform @rules_nixpkgs_core//platforms:host: Rejected toolchain @nixpkgs_config_cc//:cc-compiler-armeabi-v7a; mismatching values: arm, android
Expand Down

0 comments on commit 47a39a2

Please sign in to comment.