You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/build_mpos.sh
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,8 @@ else
178
178
echo"invalid target $target"
179
179
fi
180
180
181
-
# do this after the main build, which should have installed ~/.espressif/
182
-
echo"Building breakout app..."
183
-
"$codebasedir"/c_mpos/breakout/build.sh
181
+
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...
0 commit comments