Wasi does not need libc (#88)

This commit is contained in:
Joseph Richey
2019-08-14 17:10:22 -07:00
committed by Artyom Pavlov
parent e266249f61
commit 3d1d2ff313
+1 -1
View File
@@ -25,7 +25,7 @@ cfg-if = "0.1"
compiler_builtins = { version = "0.1", optional = true }
core = { version = "1.0", optional = true, package = "rustc-std-workspace-core" }
[target.'cfg(any(unix, target_os = "redox", target_os = "wasi"))'.dependencies]
[target.'cfg(any(unix, target_os = "redox"))'.dependencies]
libc = { version = "0.2.60", default-features = false }
[target.'cfg(target_os = "wasi")'.dependencies]