chore: fix examples not showing on docs by fixing path to examplelist.c (#9059)

This commit is contained in:
André Costa
2025-10-14 21:41:56 +02:00
committed by GitHub
parent 4ae29d5d66
commit 984e42adf7
+3 -1
View File
@@ -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