Browse Source

Update bindgen comment

pull/10/head
Fenrir 9 years ago
parent
commit
1e66941320
  1. 2
      ctru-sys/src/lib.rs

2
ctru-sys/src/lib.rs

@ -1,5 +1,7 @@
/* /*
* C bindings generation: * 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 * bindgen --sysroot=$DEVKITARM/arm-none-eabi -I$CTRULIB/include $CTRULIB/include/3ds.h
*/ */

Loading…
Cancel
Save