Make sure unix micropython refers to correct location
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
if [ ! -f vendor/micropython/ports/unix/micropython ]; then
|
if [ ! -f build/micropython/ports/unix/micropython ]; then
|
||||||
echo "Run make micropython-build-unix"
|
echo "Run make micropython-build-unix"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
vendor/micropython/ports/unix/micropython $@
|
build/micropython/ports/unix/micropython $@
|
||||||
|
|||||||
Reference in New Issue
Block a user