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 19c95f8 commit b9a770eCopy full SHA for b9a770e
bazel/cargo/wasmtime/remote/BUILD.errno-0.2.8.bazel
@@ -53,16 +53,8 @@ rust_library(
53
# buildifier: leave-alone
54
deps = [
55
] + selects.with_or({
56
- # cfg(target_os = "wasi")
57
(
58
"@rules_rust//rust/platform:wasm32-wasi",
59
- ): [
60
- "@wasmtime__libc__0_2_140//: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