From 9bbed8adec3f6a2bad8cd761bda53bad822b69fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 26 Apr 2015 17:24:49 +0200 Subject: [PATCH] Update configure Fixes #8036 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 1ce86b5d3d..0a9e61fef2 100755 --- a/configure +++ b/configure @@ -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