1
0
forked from 0ad/0ad

Updates wxWidgets to 3.0.1 in OS X libs build script (hopefully fixes the crash when starting Atlas), refs #2356

This was SVN commit r15385.
This commit is contained in:
historic_bruno 2014-06-18 01:32:39 +00:00
parent f1379a77b5
commit 7d92890900

View File

@ -28,7 +28,7 @@ XML2_VERSION="libxml2-2.9.1"
SDL_VERSION="SDL-1.2.15"
BOOST_VERSION="boost_1_52_0"
# * wxWidgets 2.9+ is necessary for 64-bit OS X build w/ OpenGL support
WXWIDGETS_VERSION="wxWidgets-3.0.0"
WXWIDGETS_VERSION="wxWidgets-3.0.1"
JPEG_VERSION="jpegsrc.v8d"
JPEG_DIR="jpeg-8d" # Must match directory name inside source tarball
# * libpng was included as part of X11 but that's removed from Mountain Lion