Skip to content

Commit 945e358

Browse files
committed
Revert "fix dependencies duplication"
This reverts commit ea87e0f.
1 parent 97de749 commit 945e358

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

bazel/cargo/wasmtime/remote/BUILD.errno-0.2.8.bazel

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,16 @@ rust_library(
5353
# buildifier: leave-alone
5454
deps = [
5555
] + selects.with_or({
56-
# cfg(unix)
56+
# cfg(target_os = "wasi")
5757
(
5858
"@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+
(
5966
"@rules_rust//rust/platform:i686-apple-darwin",
6067
"@rules_rust//rust/platform:i686-unknown-linux-gnu",
6168
"@rules_rust//rust/platform:x86_64-apple-darwin",

0 commit comments

Comments
 (0)