Ticket #2924: 2924.diff

File 2924.diff, 1.0 KB (added by trompetin17, 9 years ago)
  • libraries/osx/build-osx-libs.sh

     
    352352  mkdir -p build-release
    353353  pushd build-release
    354354
    355   CONF_OPTS="--prefix=$INSTALL_DIR --disable-shared --enable-macosx_arch=$ARCH --enable-unicode --with-cocoa --with-opengl --with-libiconv-prefix=${ICONV_DIR} --with-expat=builtin --with-libjpeg=builtin --with-png=builtin --without-libtiff --without-sdl --without-x"
     355  CONF_OPTS="--prefix=$INSTALL_DIR --disable-shared --enable-macosx_arch=$ARCH --enable-unicode --with-cocoa --with-opengl --with-libiconv-prefix=${ICONV_DIR} --with-expat=builtin --with-libjpeg=builtin --with-png=builtin --without-libtiff --without-sdl --without-x --disable-webview --disable-webkit --disable-webviewwebkit --disable-webviewie"
    356356  # wxWidgets configure now defaults to targeting 10.5, if not specified,
    357357  # but that conflicts with our flags
    358358  if [[ $MIN_OSX_VERSION && ${MIN_OSX_VERSION-_} ]]; then