mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 05:51:45 +08:00
docs: fix doc-build failure (#7879)
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
build/
|
||||
intermediate/
|
||||
src/_static/built_lv_examples
|
||||
|
||||
@@ -16,4 +16,4 @@ emcmake cmake .. -DLVGL_CHOSEN_DEMO=lv_example_noop -DCMAKE_C_COMPILER_LAUNCHER=
|
||||
emmake make -j$(nproc)
|
||||
rm -rf CMakeFiles
|
||||
cd ../..
|
||||
cp -a emscripten_builder/cmbuild docs/_static/built_lv_examples
|
||||
cp -a emscripten_builder/cmbuild docs/src/_static/built_lv_examples
|
||||
|
||||
Reference in New Issue
Block a user