Skip to content

Commit

Permalink
Merge pull request #781 from limdor/platforms_upb
Browse files Browse the repository at this point in the history
use constraints values in @platforms instead of @bazel_tools//platfor…
  • Loading branch information
haberman authored Sep 23, 2022
2 parents 8ca9ac1 + 04e98c5 commit a547704
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 a547704

Please sign in to comment.