Skip to content

Commit

Permalink
Merge pull request #156 from jmjoy/include
Browse files Browse the repository at this point in the history
Fix including fonts when building lvgl-sys
  • Loading branch information
nia-e authored Dec 1, 2023
2 parents a18027c + adadad4 commit 77902bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvgl-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fn main() {
.warnings(false)
.include(&lv_config_dir);
if let Some(p) = &font_extra_src {
cfg.includes(p);
cfg.include(p);
}
#[cfg(feature = "rust_timer")]
cfg.include(&timer_shim);
Expand Down

0 comments on commit 77902bd

Please sign in to comment.