From 5c08f92c881b666998a4f7852c3cf9e393bf33a7 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Sun, 14 Mar 2021 18:41:28 -0700 Subject: [PATCH] Use @platforms instead of @bazel_tools for windows constraint --- BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 8099642a..35986610 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -40,7 +40,7 @@ exports_files(["LICENSE"]) config_setting( name = "windows", - constraint_values = ["@bazel_tools//platforms:windows"], + constraint_values = ["@platforms//os:windows"], ) config_setting(