Update build.sh

This commit is contained in:
Charles J. Cliffe 2019-01-07 22:27:55 -05:00 committed by GitHub
parent 8e9d5a240a
commit 45ac3d383b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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