You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
always rebuild freezefs on prod builds
This commit is contained in:
@@ -13,6 +13,10 @@ if [ -z "$target" -o -z "$buildtype" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$buildtype" == "prod" ]; then
|
||||
./scripts/freezefs_mount_builtin.sh
|
||||
fi
|
||||
|
||||
pushd ~/sources/lvgl_micropython
|
||||
|
||||
manifest=""
|
||||
|
||||
Reference in New Issue
Block a user