From 8ffca3f31a43fbda264e50428693790a4048e2aa Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Mon, 25 Aug 2014 13:50:39 +0000 Subject: [PATCH] jenkins testing --- jenkins_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins_build.sh b/jenkins_build.sh index 68ff02f8..da8bff1e 100755 --- a/jenkins_build.sh +++ b/jenkins_build.sh @@ -83,7 +83,7 @@ if [ "$PLATFORM" == "cygwin" ]; then fi fi -if [ $build == 1 ]; then +if [ "$build" == "1" ]; then ./configure --prefix=$PWD/usr make "LDFLAGS=-L${PWD}/usr/lib -L${PWD}/xmpsdk/src/.libs" make install