From 45ac3d383b177d813725a988b0857182f75eec74 Mon Sep 17 00:00:00 2001 From: "Charles J. Cliffe" Date: Mon, 7 Jan 2019 22:27:55 -0500 Subject: [PATCH] Update build.sh --- travis-ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci/build.sh b/travis-ci/build.sh index 08e9fb4..d4c9f29 100644 --- a/travis-ci/build.sh +++ b/travis-ci/build.sh @@ -31,7 +31,7 @@ tar -xvjf wxWidgets-3.1.2.tar.bz2 cd wxWidgets-3.1.2/ ./autogen.sh ./configure --with-opengl --disable-shared --enable-monolithic --with-libjpeg --with-libtiff --with-libpng --with-zlib --disable-sdltest --enable-unicode --enable-display --enable-propgrid --disable-webkit --disable-webview --disable-webviewwebkit --prefix=`echo $HOME/build/wxWidgets/staticlib` CXXFLAGS="-std=c++0x" -make -j2 +make -j2 > /dev/null make install fi