diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-02-11 19:40:07 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-02-11 19:40:07 +0100 |
| commit | 223611dcb24a361d642244af8966a868ca952df3 (patch) | |
| tree | 351b9192e73f0509f01a2e7487acde735c54966e /build_sysroot | |
| parent | c68e76c33bf8b8e3fc0dabb3f7d9133328a7ea6d (diff) | |
| download | rust-223611dcb24a361d642244af8966a868ca952df3.tar.gz rust-223611dcb24a361d642244af8966a868ca952df3.zip | |
Fix and enable libstd building
Diffstat (limited to 'build_sysroot')
| -rw-r--r-- | build_sysroot/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_sysroot/Cargo.toml b/build_sysroot/Cargo.toml index 725c0b40d89..3ba06fcb0f6 100644 --- a/build_sysroot/Cargo.toml +++ b/build_sysroot/Cargo.toml @@ -7,6 +7,7 @@ version = "0.0.0" core = { path = "./sysroot_src/src/libcore" } compiler_builtins = "0.1" alloc = { path = "./sysroot_src/src/liballoc" } +std = { path = "./sysroot_src/src/libstd" } alloc_system = { path = "./alloc_system" } |
