Update OpenAL-CS.

Required for Win64 support.
This commit is contained in:
Paul Chote
2019-05-22 19:27:27 +00:00
committed by abcdefg30
parent aed6098eaa
commit 7cf939fc68
3 changed files with 9 additions and 9 deletions

View File

@@ -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"))