Make sure unix micropython refers to correct location
This commit is contained in:
parent
05c1b42802
commit
04d30f1e42
@ -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 $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user