You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bricks: fix broken build due to micropython/ subdirectory
The MicroPython build system expects MicroPython source code to be in
the top level directory, but in Pybricks it is not. Since we were adding
`micropython/` to the path, it was causing certain extra build options
to be missed, like the fix for micropython/micropython#6053.
Removing `micropython/` fixes this.
Fixes: pybricks/pybricks-micropython#40
0 commit comments