mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-08-12 19:49:02 +08:00
Use @platforms instead of @bazel_tools for windows constraint
This commit is contained in:
parent
e8512bc38c
commit
5c08f92c88
@ -40,7 +40,7 @@ exports_files(["LICENSE"])
|
|||||||
|
|
||||||
config_setting(
|
config_setting(
|
||||||
name = "windows",
|
name = "windows",
|
||||||
constraint_values = ["@bazel_tools//platforms:windows"],
|
constraint_values = ["@platforms//os:windows"],
|
||||||
)
|
)
|
||||||
|
|
||||||
config_setting(
|
config_setting(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user