summaryrefslogtreecommitdiffstats
path: root/BUILD.bazel
diff options
context:
space:
mode:
authorEzekiel Warren <zekewarren@gmail.com>2021-03-15 01:41:28 (GMT)
committerEzekiel Warren <zekewarren@gmail.com>2021-03-15 01:41:28 (GMT)
commit5c08f92c881b666998a4f7852c3cf9e393bf33a7 (patch)
tree9b569f608ffb6b1943dd82d5b4065dc9b6ea1010 /BUILD.bazel
parente8512bc38c4c0060858c3306b0660a3f126aee30 (diff)
downloadgoogletest-5c08f92c881b666998a4f7852c3cf9e393bf33a7.zip
googletest-5c08f92c881b666998a4f7852c3cf9e393bf33a7.tar.gz
googletest-5c08f92c881b666998a4f7852c3cf9e393bf33a7.tar.bz2
Use @platforms instead of @bazel_tools for windows constraintrefs/pull/3315/head
Diffstat (limited to 'BUILD.bazel')
-rw-r--r--BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 8099642..3598661 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(