We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cff60f commit 013722dCopy full SHA for 013722d
build.sh
@@ -5,7 +5,7 @@
5
# https://opensource.org/licenses/MIT
6
7
HELP_MSG="Usage: build.sh <x86,amd64,arm,arm64> [static,shared] [gpl,lgpl] ...FF_ARGS"
8
-set -e
+set -ex
9
source ./env.sh
10
11
if [ -z $BUILD_ARCH ]; then
0 commit comments