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 2f7a671 commit f1e7696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ def create_lvgl_header():
import builder as mod

get_submodules()
mod.submodules()

extra_args, lv_cflags, board = mod.parse_args(extra_args, lv_cflags, board)
extra_args = mod.build_commands(
Expand All @@ -201,19 +200,20 @@ def create_lvgl_header():
else:
mod.clean()



if not os.path.exists('lib/micropython/mpy_cross/build/mpy-cross'):
print('Compiling mpy-cross....')
mod.mpy_cross()

mod.submodules()

print('Generating build files....')
set_mp_version(target.lower())

mod.build_manifest(
target, SCRIPT_DIR, False, displays,
indevs, expanders, frozen_manifest
)

create_lvgl_header()

print('Compiling....')
Expand Down

0 comments on commit f1e7696

Please sign in to comment.