From 38c3f862b37ed8330557fd02f4d52073ed845ae7 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 7 Jun 2012 10:38:48 +0200 Subject: [PATCH] Do not attempt to compile PhantomJS if the Qt compile failed. http://code.google.com/p/phantomjs/issues/detail?id=226 --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index ab6e3b48..cf31dd65 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + QT_CFG='' COMPILE_JOBS=1