Update Windows SDL2 dependency to 2.0.10.
This commit is contained in:
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
2
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -40,7 +40,7 @@ if (!(Test-Path "windows/SDL2.dll"))
|
||||
echo "Fetching SDL2 from libsdl.org"
|
||||
|
||||
# Download zip:
|
||||
$zipFileName = "SDL2-2.0.5-win32-x64.zip"
|
||||
$zipFileName = "SDL2-2.0.10-win32-x64.zip"
|
||||
$target = Join-Path $pwd.ToString() $zipFileName
|
||||
(New-Object System.Net.WebClient).DownloadFile("https://www.libsdl.org/release/" + $zipFileName, $target)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user