From 781cc9782de928f921506e65185d439abd32cc39 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 21 Mar 2026 13:25:00 +0100 Subject: [PATCH] Don't build breakout app when building MPOS --- scripts/build_mpos.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/build_mpos.sh b/scripts/build_mpos.sh index 89a3b72f..7eb9750e 100755 --- a/scripts/build_mpos.sh +++ b/scripts/build_mpos.sh @@ -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