Remove binaries from thirdparty/osx dir.
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -22,6 +22,9 @@ if [ "$os" == 'Linux' ]; then
|
||||
echo "Eluant.dll.config has been created successfully."
|
||||
fi
|
||||
elif [ "$os" == 'Darwin' ]; then
|
||||
cp thirdparty/osx/* .
|
||||
echo "Copied Lua 5.1 and SDL2 libraries successfully."
|
||||
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
|
||||
echo "Downloaded Lua 5.1 and SDL2 libraries successfully."
|
||||
fi
|
||||
|
||||
3
thirdparty/osx/Eluant.dll.config
vendored
3
thirdparty/osx/Eluant.dll.config
vendored
@@ -1,3 +0,0 @@
|
||||
<configuration>
|
||||
<dllmap os="osx" dll="lua51.dll" target="liblua.5.1.dylib" />
|
||||
</configuration>
|
||||
BIN
thirdparty/osx/libSDL2.dylib
vendored
BIN
thirdparty/osx/libSDL2.dylib
vendored
Binary file not shown.
BIN
thirdparty/osx/liblua.5.1.dylib
vendored
BIN
thirdparty/osx/liblua.5.1.dylib
vendored
Binary file not shown.
Reference in New Issue
Block a user