mirror of https://github.com/bazelbuild/rules_cc
Remove supports_lipo field from DefaultCpuToolchain
RELNOTES: None. PiperOrigin-RevId: 200399094
This commit is contained in:
parent
d08ec26583
commit
2ea125ddd6
|
@ -523,7 +523,6 @@ message MakeVariable {
|
|||
message DefaultCpuToolchain {
|
||||
required string cpu = 1;
|
||||
required string toolchain_identifier = 2;
|
||||
optional bool supports_lipo = 3 [default = true];
|
||||
}
|
||||
|
||||
// An entire crosstool release, containing the version number, a default target
|
||||
|
|
Loading…
Reference in New Issue