mirror of
https://github.com/google/googletest.git
synced 2025-04-06 22:15:01 +00:00
Use @platforms instead of @bazel_tools for windows constraint
This commit is contained in:
parent
e8512bc38c
commit
5c08f92c88
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ exports_files(["LICENSE"])
|
|||
|
||||
config_setting(
|
||||
name = "windows",
|
||||
constraint_values = ["@bazel_tools//platforms:windows"],
|
||||
constraint_values = ["@platforms//os:windows"],
|
||||
)
|
||||
|
||||
config_setting(
|
||||
|
|
Loading…
Add table
Reference in a new issue