Skip to content

Commit

Permalink
Merge 7ec56d7 into 66e60b4
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangm committed Dec 22, 2022
2 parents 66e60b4 + 7ec56d7 commit 1d0db40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bazel/civetweb.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ licenses(["notice"]) # MIT license
config_setting(
name = "osx",
constraint_values = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
)

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

Expand Down
4 changes: 2 additions & 2 deletions bazel/curl.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ package(features = ["no_copts_tokenization"])
config_setting(
name = "windows",
constraint_values = [
"@bazel_tools//platforms:windows",
"@platforms//os:windows",
],
visibility = ["//visibility:private"],
)

config_setting(
name = "osx",
constraint_values = [
"@bazel_tools//platforms:osx",
"@platforms//os:osx",
],
visibility = ["//visibility:private"],
)
Expand Down

0 comments on commit 1d0db40

Please sign in to comment.