Update OpenAL-CS.
Required for Win64 support.
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -124,7 +124,7 @@ if (!(Test-Path "OpenAL-CS.dll"))
|
||||
{
|
||||
echo "Fetching OpenAL-CS from GitHub."
|
||||
$target = Join-Path $pwd.ToString() "OpenAL-CS.dll"
|
||||
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/OpenAL-CS/releases/download/20151227/OpenAL-CS.dll", $target)
|
||||
(New-Object System.Net.WebClient).DownloadFile("https://github.com/OpenRA/OpenAL-CS/releases/download/20180106/OpenAL-CS.dll", $target)
|
||||
}
|
||||
|
||||
if (!(Test-Path "Eluant.dll"))
|
||||
|
||||
Reference in New Issue
Block a user