Skip to content

Commit

Permalink
use constraints values in @platforms instead of @bazel_tools//platforms
Browse files Browse the repository at this point in the history
bazelbuild/bazel#8622

PiperOrigin-RevId: 452387904
  • Loading branch information
Protobuf Team authored and copybara-github committed Jun 1, 2022
1 parent 4ffeaa6 commit e5f2601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ exports_files(

config_setting(
name = "windows",
constraint_values = ["@bazel_tools//platforms:windows"],
constraint_values = ["@platforms//os:windows"],
visibility = ["//visibility:public"],
)

Expand Down

0 comments on commit e5f2601

Please sign in to comment.