jenkins testing

This commit is contained in:
Robin Mills 2014-08-25 13:50:39 +00:00
parent 57d1712b68
commit 8ffca3f31a

View File

@ -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