You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Don't build breakout on MacOS
This commit is contained in:
@@ -178,7 +178,8 @@ else
|
||||
echo "invalid target $target"
|
||||
fi
|
||||
|
||||
# do this after the main build, which should have installed ~/.espressif/
|
||||
echo "Building breakout app..."
|
||||
"$codebasedir"/c_mpos/breakout/build.sh
|
||||
if uname | grep -q Linux; then # only compile it on Linux because MacOS complains about No module named 'elftools', even thought it gets pip installed...
|
||||
echo "Building breakout app..."
|
||||
"$codebasedir"/c_mpos/breakout/build.sh
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user