Merge pull request #8037 from OpenRA/osx-github-usercontent

Fixed Mac OS X dependencies pointing to a redirect
This commit is contained in:
Oliver Brakmann
2015-04-26 18:06:38 +02:00

4
configure vendored
View File

@@ -24,7 +24,7 @@ if [ "$os" == 'Linux' ]; then
elif [ "$os" == 'Darwin' ]; then
echo "Downloading pre-compiled lua and SDL2 libraries"
curl -O https://raw.githubusercontent.com/OpenRA/OpenRALauncherOSX/master/dependencies/Eluant.dll.config
curl -O https://github.com/OpenRA/OpenRALauncherOSX/raw/master/dependencies/liblua.5.1.dylib
curl -O https://github.com/OpenRA/OpenRALauncherOSX/raw/master/dependencies/libSDL2.dylib
curl -O https://raw.githubusercontent.com/OpenRA/OpenRALauncherOSX/master/dependencies/liblua.5.1.dylib
curl -O https://raw.githubusercontent.com/OpenRA/OpenRALauncherOSX/master/dependencies/libSDL2.dylib
echo "Downloaded Lua 5.1 and SDL2 libraries successfully."
fi