Skip to content

Commit

Permalink
More logs when configure fails
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Mar 3, 2016
1 parent f02538c commit ec9f34a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-mac/update.sh
Expand Up @@ -45,6 +45,7 @@ if test "x$ACTION" = xbuild -o "x$ACTION" = xinstall ; then
export IPHONEOS_DEPLOYMENT_TARGET=
./configure --enable-debug > "$logfile" 2>&1
if [[ "$?" != "0" ]]; then
cat "$logfile"
echo "configure failed"
exit 1
fi
Expand Down

0 comments on commit ec9f34a

Please sign in to comment.