We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90f2f8 commit 8a85103Copy full SHA for 8a85103
scripts/build_lvgl_micropython.sh
@@ -68,6 +68,7 @@ elif [ "$target" == "unix" -o "$target" == "macos" ]; then
68
# STRIP= makes it so that debug symbols are kept
69
[ ! -z "$manifest" ] && frozenmanifest="FROZEN_MANIFEST="$(readlink -f "$manifest")
70
pushd "$twoup"/lvgl_micropython
71
+ # USER_C_MODULE doesn't seem to work properly so there are symlinks in lvgl_micropython/extmod/
72
python3 make.py "$target" LV_CFLAGS="-g -O0 -ggdb -ljpeg" STRIP= DISPLAY=sdl_display INDEV=sdl_pointer INDEV=sdl_keyboard "$manifest"
73
popd
74
else
0 commit comments