We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f352e6b commit bbdc904Copy full SHA for bbdc904
generate_rel.sh
@@ -11,6 +11,8 @@ echo -n "Library: "
11
find ./ -name "libbootutil.a"
12
fi
13
14
+set -e
15
+
16
if [[ $1 == "portenta" ]] || [[ $1 == "all" ]]; then
17
echo
18
echo Generating binaries for PORTENTA H7
0 commit comments