aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctru-sys/src/lib.rs')
-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 814afac..053d86d 100644
--- a/ctru-sys/src/lib.rs
+++ b/ctru-sys/src/lib.rs
@@ -9,4 +9,4 @@
extern crate libc;
-include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
+include!("bindings.rs");