Don't build breakout app when building MPOS

This commit is contained in:
Thomas Farstrike
2026-03-21 13:25:00 +01:00
parent 0011a391ea
commit 781cc9782d
-4
View File
@@ -220,8 +220,4 @@ else
echo "invalid target $target"
fi
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