littlevgl sample update

This commit is contained in:
Wang Xin
2020-04-22 10:57:38 +08:00
parent a661c49cd0
commit bb85f2e39a
8 changed files with 103 additions and 105 deletions

View File

@ -13,9 +13,10 @@ else
makewrap="kwinject -o $KW_OUT_FILE make"
fi
if [ ! -d "lvgl" ]; then
git clone https://github.com/littlevgl/lvgl.git --branch v5.3
fi
echo "make Makefile_wasm_app"
$makewrap -f Makefile_wasm_app
echo "make Makefile_wasm_app_no_wasi"
$makewrap -f Makefile_wasm_app_no_wasi
echo "completed."