diff options
| author | Fenrir <[email protected]> | 2016-08-01 21:26:02 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2016-08-01 21:26:02 -0700 |
| commit | 1e6694132048120a9bac2987aa60723ce9c8678b (patch) | |
| tree | e6d13d429ea8278058658fa3a2501abb6fdb25aa /ctru-sys/src | |
| parent | moved system libs to sys folder (diff) | |
| download | ctru-rs-1e6694132048120a9bac2987aa60723ce9c8678b.tar.xz ctru-rs-1e6694132048120a9bac2987aa60723ce9c8678b.zip | |
Update bindgen comment
Diffstat (limited to 'ctru-sys/src')
| -rw-r--r-- | ctru-sys/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |