From 327d61b5eaa15c11a868a1f7f3f97cdf07d31c58 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Wed, 30 Oct 2019 14:18:01 +0100 Subject: [PATCH] Migrate for --incompatible_use_platforms_repo_for_constraints (#214) --- toolchains/unittest/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolchains/unittest/BUILD b/toolchains/unittest/BUILD index f549d744..03ceff4b 100644 --- a/toolchains/unittest/BUILD +++ b/toolchains/unittest/BUILD @@ -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,