We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229a501 commit 3b11696Copy full SHA for 3b11696
BUILD.bazel
@@ -1,11 +1 @@
1
package(default_visibility = ["//visibility:public"])
2
-
3
-config_setting(
4
- name = "windows",
5
- values = {"cpu": "x64_windows"},
6
-)
7
8
9
- name = "windows_msvc",
10
- values = {"cpu": "x64_windows_msvc"},
11
push/BUILD.bazel
@@ -16,8 +16,7 @@ cc_library(
16
["include/**/*.h"],
17
) + [":export_header"],
18
linkopts = select({
19
- "//:windows": [],
20
- "//:windows_msvc": [],
+ "@platforms//os:windows": [],
21
"//conditions:default": ["-lpthread"],
22
}),
23
strip_include_prefix = "include",
0 commit comments