diff --git a/scripts/build_html_examples.sh b/scripts/build_html_examples.sh index 4c66ed73dc..c329b3e420 100755 --- a/scripts/build_html_examples.sh +++ b/scripts/build_html_examples.sh @@ -10,7 +10,6 @@ git submodule update --init -- lvgl cd lvgl git checkout $CURRENT_REF cd .. -git submodule update --init -- lv_drivers mkdir cmbuild cd cmbuild emcmake cmake .. -DLVGL_CHOSEN_DEMO=lv_example_noop -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache