diff options
| author | Vivian Lim <[email protected]> | 2021-02-05 23:08:32 -0800 |
|---|---|---|
| committer | Vivian Lim <[email protected]> | 2021-02-05 23:08:32 -0800 |
| commit | 075cfe977ced20adb17732685b2deeccc1a207db (patch) | |
| tree | 2a190569c08d38e0e6f304e7258e44464135bb08 /ctru-sys/src | |
| parent | local changes (diff) | |
| download | archived-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.rs | 2 |
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; |