From 1e6694132048120a9bac2987aa60723ce9c8678b Mon Sep 17 00:00:00 2001 From: Fenrir Date: Mon, 1 Aug 2016 21:26:02 -0700 Subject: [PATCH] Update bindgen comment --- ctru-sys/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ctru-sys/src/lib.rs b/ctru-sys/src/lib.rs index 15e4005..b3cbfcb 100644 --- a/ctru-sys/src/lib.rs +++ b/ctru-sys/src/lib.rs @@ -1,5 +1,7 @@ /* * C bindings generation: + * bindgen --match=file.h --use-core --ctypes-prefix=libc -- --sysroot=$DEVKITARM/arm-none-eabi -I$CTRULIB/include $CTRULIB/include/3ds.h + * * bindgen --sysroot=$DEVKITARM/arm-none-eabi -I$CTRULIB/include $CTRULIB/include/3ds.h */