littlevgl sample update (#235)

This commit is contained in:
Wang Xin
2020-04-22 11:02:55 +08:00
committed by GitHub
parent a661c49cd0
commit f8442340fe
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."