Skip to content

Commit

Permalink
Fix include of string.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Feb 2, 2024
1 parent 15b2fbc commit 71acedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
let bindings = bindgen::Builder::default()
.header("littlefs/lfs.h")
.clang_arg(format!("--target={}", target))
.clang_arg("-I/usr/arm-none-eabi/include")
.use_core()
.ctypes_prefix("cty")
.generate()
Expand Down

0 comments on commit 71acedb

Please sign in to comment.