Skip to content
Snippets Groups Projects
Commit f11e8033 authored by Astro's avatar Astro :gear:
Browse files

l0dable: fix typo in build.rs

parent 282393ae
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ fn main() { ...@@ -42,7 +42,7 @@ fn main() {
.file("../c/lib/gfx/Fonts/font24.c") .file("../c/lib/gfx/Fonts/font24.c")
.file("../c/lib/gfx/Fonts/font8.c") .file("../c/lib/gfx/Fonts/font8.c")
.compile("card10"); .compile("card10");
println!("cargo:rerun-if-changed=src/client.rs"); println!("cargo:rerun-if-changed=src/client.c");
// Generate bindings to C code // Generate bindings to C code
let bindings = bindgen::Builder::default() let bindings = bindgen::Builder::default()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment