Remove the auto-build
parent
91c6a2128e
commit
3f83e6a85b
|
|
@ -1,5 +1,6 @@
|
|||
if [ ! -f vendor/micropython/ports/unix/micropython ]; then
|
||||
make micropython-build-unix
|
||||
echo "Run make micropython-build-unix"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
vendor/micropython/ports/unix/micropython $@
|
||||
|
|
|
|||
Loading…
Reference in New Issue