Make sure unix micropython refers to correct location

main
Josh Klar 2018-10-05 15:39:50 -07:00
parent 05c1b42802
commit 04d30f1e42
No known key found for this signature in database
GPG Key ID: 220F99BD7DB7A99E
1 changed files with 2 additions and 2 deletions

View File

@ -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 $@