Browse Source

Improve clang_args of bindgen-ctru-sys

pull/110/head
TechiePi 2 years ago
parent
commit
34c896e78e
  1. 5
      ctru-sys/bindgen-ctru-sys/src/main.rs

5
ctru-sys/bindgen-ctru-sys/src/main.rs

@ -47,9 +47,8 @@ fn main() {
"-march=armv6k", "-march=armv6k",
"-mtune=mpcore", "-mtune=mpcore",
"-mfpu=vfp", "-mfpu=vfp",
"-DARM11 ", "-DARM11",
"-D_3DS ", "-D__3DS__",
"-D__3DS__ ",
]) ])
.parse_callbacks(Box::new(CustomCallbacks)) .parse_callbacks(Box::new(CustomCallbacks))
.generate() .generate()

Loading…
Cancel
Save