Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5ed06d

Browse files
always rebuild freezefs on prod builds
1 parent8f73b3e commitf5ed06d

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)

[8]ページ先頭

©2009-2025 Movatter.jp