Make sure unix micropython refers to correct location
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"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
vendor/micropython/ports/unix/micropython $@
|
||||
build/micropython/ports/unix/micropython $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue