Skip to content

Commit 68f8485

Browse files
committed
MICROPYTHON_PATH
1 parent 212fe17 commit 68f8485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_and_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pip3 install ar
4949
export PYTHONPATH="$(pwd)/third_party/micropython/tools${PYTHONPATH:+:$PYTHONPATH}"
5050

5151
# Build micropython cross compiler
52-
pushd MICROPYTHON_PATH >/dev/null
52+
pushd "$MICROPYTHON_PATH" >/dev/null
5353
make -C mpy-cross V=1 clean all
5454
popd >/dev/null
5555

0 commit comments

Comments
 (0)