diff options
author | Ezekiel Warren <zekewarren@gmail.com> | 2021-03-15 01:41:28 (GMT) |
---|---|---|
committer | Ezekiel Warren <zekewarren@gmail.com> | 2021-03-15 01:41:28 (GMT) |
commit | 5c08f92c881b666998a4f7852c3cf9e393bf33a7 (patch) | |
tree | 9b569f608ffb6b1943dd82d5b4065dc9b6ea1010 | |
parent | e8512bc38c4c0060858c3306b0660a3f126aee30 (diff) | |
download | googletest-5c08f92c881b666998a4f7852c3cf9e393bf33a7.zip googletest-5c08f92c881b666998a4f7852c3cf9e393bf33a7.tar.gz googletest-5c08f92c881b666998a4f7852c3cf9e393bf33a7.tar.bz2 |
Use @platforms instead of @bazel_tools for windows constraintrefs/pull/3315/head
-rw-r--r-- | BUILD.bazel | 2 |
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( |