aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src
diff options
context:
space:
mode:
authorVivian Lim <[email protected]>2021-02-05 23:08:32 -0800
committerVivian Lim <[email protected]>2021-02-05 23:08:32 -0800
commit075cfe977ced20adb17732685b2deeccc1a207db (patch)
tree2a190569c08d38e0e6f304e7258e44464135bb08 /ctru-sys/src
parentlocal changes (diff)
downloadarchived-ctru-rs-075cfe977ced20adb17732685b2deeccc1a207db.tar.xz
archived-ctru-rs-075cfe977ced20adb17732685b2deeccc1a207db.zip
changes so that this can build
Diffstat (limited to 'ctru-sys/src')
-rw-r--r--ctru-sys/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs
index 81f3a12..2f92049 100644
--- a/ctru-sys/src/lib.rs
+++ b/ctru-sys/src/lib.rs
@@ -7,7 +7,7 @@
#![no_std]
-#![cfg_attr(feature = "stdbuild", feature(libc))]
+#![cfg_attr(feature = "build-std", feature(libc))]
extern crate libc;