Skip to content

Commit c257aa6

Browse files
committed
Update liblibc submodule again
1 parent 2eabf4f commit c257aa6

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

src/liblibc

src/rustc/libc_shim/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
name = "libc"
1111
version = "0.0.0"
1212
authors = ["The Rust Project Developers"]
13-
build = "build.rs"
1413

1514
[lib]
1615
name = "libc"
@@ -21,3 +20,7 @@ doc = false
2120

2221
[dependencies]
2322
core = { path = "../../libcore" }
23+
24+
[features]
25+
stdbuild = []
26+
default = ["stdbuild"]

src/rustc/libc_shim/build.rs

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)