Don't build breakout on MacOS

This commit is contained in:
Thomas Farstrike
2026-03-11 21:11:16 +01:00
parent 1bf1dd67f0
commit a134fd2f2b
2 changed files with 8 additions and 25 deletions
+4 -3
View File
@@ -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