Skip to content

Commit 2ee4721

Browse files
committed
fixes RP2 build
1 parent 595bb8b commit 2ee4721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/rp2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def parse_args(extra_args, lv_cflags, board):
4141
'-C',
4242
'lib/micropython/ports/rp2',
4343
'LV_PORT=rp2',
44-
'USER_C_MODULES=../../../../micropython.cmake'
44+
'USER_C_MODULES=../../../../micropython.cmake',
45+
'SECOND_BUILD_ENV=0'
4546
]
4647

4748
clean_cmd = []

0 commit comments

Comments
 (0)