Skip to content

Commit a99d344

Browse files
committed
add path to fix new FS
1 parent 0d38d80 commit a99d344

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bolos-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ fn main() {
108108
.map(|inc| sdk_path.join(inc))
109109
.map(|path| format!("-I{}", path.display())),
110110
)
111+
.clang_arg("-I/usr/include/newlib")
111112
.clang_arg("-I/usr/arm-none-eabi/include")
112113
.generate()
113114
.expect("able to generate bindings");

0 commit comments

Comments
 (0)