aboutsummaryrefslogtreecommitdiff
path: root/ctr-std
diff options
context:
space:
mode:
authorFenrir <[email protected]>2018-01-21 19:00:05 -0700
committerFenrirWolf <[email protected]>2018-01-21 19:16:33 -0700
commitd1475d0d2c2abadee8348cab67a9b6a8fd0a909a (patch)
treeba32a3bdbe25fd5b5f6de05334434eed02e0250f /ctr-std
parentUpdate Travis for the latest nightly (diff)
downloadctru-rs-d1475d0d2c2abadee8348cab67a9b6a8fd0a909a.tar.xz
ctru-rs-d1475d0d2c2abadee8348cab67a9b6a8fd0a909a.zip
Ensure that the sysroot uses its own libc
Diffstat (limited to 'ctr-std')
-rw-r--r--ctr-std/Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml
index be1717f..e41e2eb 100644
--- a/ctr-std/Cargo.toml
+++ b/ctr-std/Cargo.toml
@@ -9,12 +9,9 @@ git = "https://github.com/rust-lang-nursery/compiler-builtins"
[dependencies.alloc_system]
git = "https://github.com/rust3ds/alloc_system3ds"
-[dependencies.libc]
-version = "0.2"
-default-features = false
-
[dependencies.ctru-sys]
path = "../ctru-sys"
+default-features = false
features = ["stdbuild"]
[features]