Migrate for --incompatible_use_platforms_repo_for_constraints (#214)
This commit is contained in:
parent
9f63e1a8d4
commit
327d61b5ea
|
@ -22,7 +22,7 @@ exit /b 1
|
|||
toolchain(
|
||||
name = "cmd_toolchain",
|
||||
exec_compatible_with = [
|
||||
"@bazel_tools//platforms:windows",
|
||||
"@platforms//os:windows",
|
||||
],
|
||||
toolchain = ":cmd",
|
||||
toolchain_type = TOOLCHAIN_TYPE,
|
||||
|
|
Loading…
Reference in New Issue