Skip to content

Commit

Permalink
Fixes build script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Jan 3, 2025
1 parent 027d139 commit 2f7a671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def create_lvgl_header():
set_mp_version(target.lower())

mod.build_manifest(
target, SCRIPT_DIR, lvgl_api, displays,
target, SCRIPT_DIR, False, displays,
indevs, expanders, frozen_manifest
)
create_lvgl_header()
Expand Down

0 comments on commit 2f7a671

Please sign in to comment.