Skip to content

Commit 94f8cf9

Browse files
committed
fix errno
1 parent 19c95f8 commit 94f8cf9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,8 @@ rust_library(
5353
# buildifier: leave-alone
5454
deps = [
5555
] + selects.with_or({
56-
# cfg(target_os = "wasi")
5756
(
5857
"@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-
(
6658
"@rules_rust//rust/platform:i686-apple-darwin",
6759
"@rules_rust//rust/platform:i686-unknown-linux-gnu",
6860
"@rules_rust//rust/platform:x86_64-apple-darwin",

0 commit comments

Comments
 (0)