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

Commit1163854

Browse files
committed
fixes submodules
1 parent0a7391a commit1163854

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎make.py‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@
144144

145145

146146
defget_submodules():
147-
ifnotos.path.exists(os.path.join(SCRIPT_DIR,'micropython/mpy-cross')):
147+
ifnotos.path.exists(os.path.join(SCRIPT_DIR,'lib/micropython/mpy-cross')):
148148
builder.get_micropython()
149-
ifnotos.path.exists(os.path.join(SCRIPT_DIR,'lvgl/lvgl.h')):
149+
ifnotos.path.exists(os.path.join(SCRIPT_DIR,'lib/lvgl/lvgl.h')):
150150
builder.get_lvgl()
151-
ifnotos.path.exists(os.path.join(SCRIPT_DIR,'libs/pycparser/pycparser')):
151+
ifnotos.path.exists(os.path.join(SCRIPT_DIR,'lib/pycparser/pycparser')):
152152
builder.get_pycparser()
153153

154154

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp