Skip to content

Commit f5ed06d

Browse files
always rebuild freezefs on prod builds
1 parent 8f73b3e commit f5ed06d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/build_lvgl_micropython.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ if [ -z "$target" -o -z "$buildtype" ]; then
1313
exit 1
1414
fi
1515

16+
if [ "$buildtype" == "prod" ]; then
17+
./scripts/freezefs_mount_builtin.sh
18+
fi
19+
1620
pushd ~/sources/lvgl_micropython
1721

1822
manifest=""

0 commit comments

Comments
 (0)