diff --git a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto index 4e9722a..770d3ea 100644 --- a/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto +++ b/third_party/com/github/bazelbuild/bazel/src/main/protobuf/crosstool_config.proto @@ -103,11 +103,13 @@ message CToolchain { repeated string expand_if_all_available = 4; - optional string expand_if_true = 5; + repeated string expand_if_none_available = 5; - optional string expand_if_false = 6; + optional string expand_if_true = 6; - optional VariableWithValue expand_if_equal = 7; + optional string expand_if_false = 7; + + optional VariableWithValue expand_if_equal = 8; } message VariableWithValue {