We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0ff15 commit 7a0c624Copy full SHA for 7a0c624
bazel/cargo/wasmtime/remote/BUILD.errno-0.2.8.bazel
@@ -53,9 +53,16 @@ rust_library(
53
# buildifier: leave-alone
54
deps = [
55
] + selects.with_or({
56
- # cfg(unix)
+ # cfg(target_os = "wasi")
57
(
58
"@rules_rust//rust/platform:wasm32-wasi",
59
+ ): [
60
+ "@wasmtime__libc__0_2_133//:libc",
61
+ ],
62
+ "//conditions:default": [],
63
+ }) + selects.with_or({
64
+ # cfg(unix)
65
+ (
66
"@rules_rust//rust/platform:i686-apple-darwin",
67
"@rules_rust//rust/platform:i686-unknown-linux-gnu",
68
"@rules_rust//rust/platform:x86_64-apple-darwin",
0 commit comments