Fixes typo in OS X bundle build script.

Changes SDL2 version in build-osx-libs.sh to Hg snapshot SDL-2.0.4-9134,
refs #2852

This was SVN commit r15849.
This commit is contained in:
historic_bruno 2014-10-06 23:45:34 +00:00
parent 0b0184af1d
commit 9c92f45c61
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ if [ "$build_release" = "true" ]; then
rm -f binaries/data/config/dev.cfg
# Only include translations for a subset of languages
. source/tools/dist/remove-incomplete-translations.sh $build_path/binaries/data || die "Error excluding translations"
echo L\"${SVNREV}-release\" > build/svn_revision/svn_revision.txt
echo L\"${SVN_REV}-release\" > build/svn_revision/svn_revision.txt
cd build/workspaces
fi

View File

@ -24,7 +24,7 @@ ZLIB_VERSION="zlib-1.2.8"
CURL_VERSION="curl-7.32.0"
ICONV_VERSION="libiconv-1.14"
XML2_VERSION="libxml2-2.9.1"
SDL2_VERSION="SDL2-2.0.3"
SDL2_VERSION="SDL-2.0.4-9134"
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.1"
@ -268,7 +268,7 @@ echo -e "Building SDL2..."
LIB_VERSION="${SDL2_VERSION}"
LIB_ARCHIVE="$LIB_VERSION.tar.gz"
LIB_DIRECTORY=$LIB_VERSION
LIB_URL="http://www.libsdl.org/release/"
LIB_URL="https://www.libsdl.org/tmp/"
mkdir -p sdl2
pushd sdl2 > /dev/null