Migrate for --incompatible_use_platforms_repo_for_constraints (#214)

This commit is contained in:
Marcel Hlopko 2019-10-30 14:18:01 +01:00 committed by Laurent Le Brun
parent 9f63e1a8d4
commit 327d61b5ea
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ exit /b 1
toolchain( toolchain(
name = "cmd_toolchain", name = "cmd_toolchain",
exec_compatible_with = [ exec_compatible_with = [
"@bazel_tools//platforms:windows", "@platforms//os:windows",
], ],
toolchain = ":cmd", toolchain = ":cmd",
toolchain_type = TOOLCHAIN_TYPE, toolchain_type = TOOLCHAIN_TYPE,