Skip to content

Commit e409049

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolos-sys/build.rs

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

0 commit comments

Comments
 (0)