From c3f570d41a1142c5597c16a8677d24a71f61d497 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 24 Jul 2012 21:03:50 +0100 Subject: [PATCH] Exit on waf fail. --- build-windows | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-windows b/build-windows index dda495263..6ef0a90cb 100755 --- a/build-windows +++ b/build-windows @@ -8,6 +8,9 @@ export WINDOWS_PREFIX="/home/carl/src/windows" export PKG_CONFIG_LIBDIR=$WINDOWS_PREFIX/lib/pkgconfig ./waf +if [ "$?" != "0" ]; then + exit 1 +fi d=`pwd` -- 2.30.2