mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
chore: fix examples not showing on docs by fixing path to examplelist.c (#9059)
This commit is contained in:
@@ -31,8 +31,10 @@ else
|
|||||||
ln -s -T "$SYMLINK_TARGET" lvgl
|
ln -s -T "$SYMLINK_TARGET" lvgl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Grab the path to emscripten's port examplelist.c before changing to LVGL's directory
|
||||||
|
EXAMPLE_LIST_C=$(pwd)/examplelist.c
|
||||||
cd lvgl
|
cd lvgl
|
||||||
scripts/genexamplelist.sh > ../examplelist.c
|
scripts/genexamplelist.sh > $EXAMPLE_LIST_C
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Generate lv_conf
|
# Generate lv_conf
|
||||||
|
|||||||
Reference in New Issue
Block a user