We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1911a commit 4fff334Copy full SHA for 4fff334
1 file changed
examples/third_party/libssh2/BUILD.libssh2.bazel
@@ -27,14 +27,9 @@ cmake(
27
}),
28
lib_source = ":all_srcs",
29
out_static_libs = select({
30
- # TODO: I'm guessing at this name. Needs to be checked on windows.
31
- "@platforms//os:windows": ["ssh2.lib"],
+ "@platforms//os:windows": ["libssh2.lib"],
32
"//conditions:default": ["libssh2.a"],
33
34
- target_compatible_with = select({
35
- "@platforms//os:windows": ["@rules_foreign_cc_examples_third_party//:broken"],
36
- "//conditions:default": [],
37
- }),
38
visibility = ["//visibility:public"],
39
deps = ["@openssl"],
40
)
0 commit comments