mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-19 20:03:09 +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
|
||||
fi
|
||||
|
||||
# Grab the path to emscripten's port examplelist.c before changing to LVGL's directory
|
||||
EXAMPLE_LIST_C=$(pwd)/examplelist.c
|
||||
cd lvgl
|
||||
scripts/genexamplelist.sh > ../examplelist.c
|
||||
scripts/genexamplelist.sh > $EXAMPLE_LIST_C
|
||||
cd ..
|
||||
|
||||
# Generate lv_conf
|
||||
|
||||
Reference in New Issue
Block a user