Replace deprecated native OpenAL with OpenAL Soft on macOS.
This commit is contained in:
7
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
7
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
LAUNCHER_TAG="osx-launcher-20200306"
|
||||
LAUNCHER_TAG="osx-launcher-20200316"
|
||||
|
||||
download_dir="${0%/*}/download/osx"
|
||||
mkdir -p "$download_dir"
|
||||
@@ -25,3 +25,8 @@ if [ ! -f libfreetype.6.dylib ]; then
|
||||
echo "Fetching OS X FreeType library from GitHub."
|
||||
curl -LOs https://github.com/OpenRA/OpenRALauncherOSX/releases/download/${LAUNCHER_TAG}/libfreetype.6.dylib
|
||||
fi
|
||||
|
||||
if [ ! -f libopenal.1.dylib ]; then
|
||||
echo "Fetching OS X OpenAL Soft library from GitHub."
|
||||
curl -LOs https://github.com/OpenRA/OpenRALauncherOSX/releases/download/${LAUNCHER_TAG}/libopenal.1.dylib
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user