Skip to content

Commit 8a85103

Browse files
Comments
1 parent e90f2f8 commit 8a85103

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ elif [ "$target" == "unix" -o "$target" == "macos" ]; then
6868
# STRIP= makes it so that debug symbols are kept
6969
[ ! -z "$manifest" ] && frozenmanifest="FROZEN_MANIFEST="$(readlink -f "$manifest")
7070
pushd "$twoup"/lvgl_micropython
71+
# USER_C_MODULE doesn't seem to work properly so there are symlinks in lvgl_micropython/extmod/
7172
python3 make.py "$target" LV_CFLAGS="-g -O0 -ggdb -ljpeg" STRIP= DISPLAY=sdl_display INDEV=sdl_pointer INDEV=sdl_keyboard "$manifest"
7273
popd
7374
else

0 commit comments

Comments
 (0)