1
0
forked from 0ad/0ad

Fix osx libraries build script for WXwidgets and libiconv.

This was SVN commit r14482.
This commit is contained in:
wraitii 2014-01-02 17:24:48 +00:00
parent e73738d794
commit 8b98e2d513

View File

@ -346,7 +346,7 @@ then
pushd build-release
# disable XML and richtext support, to avoid dependency on expat
CONF_OPTS="--prefix=$INSTALL_DIR --disable-shared --enable-unicode --with-cocoa --with-opengl --with-libiconv-prefix=ICONV_DIR --disable-richtext --without-expat --without-sdl"
CONF_OPTS="--prefix=$INSTALL_DIR --disable-shared --enable-unicode --with-cocoa --with-opengl --with-libiconv-prefix=${ICONV_DIR} --disable-richtext --without-expat --without-sdl"
# wxWidgets configure now defaults to targeting 10.5, if not specified,
# but that conflicts with our flags
if [[ $MIN_OSX_VERSION && ${MIN_OSX_VERSION-_} ]]; then