mirror of https://github.com/stella-emu/stella.git
Update Windows appveyor build to use latest SDL (2.0.12).
This commit is contained in:
parent
4aed2e454a
commit
ce12831ac3
|
@ -10,12 +10,12 @@ environment:
|
||||||
|
|
||||||
Configuration: Release
|
Configuration: Release
|
||||||
|
|
||||||
SDL2_version: 2.0.10
|
SDL2_version: 2.0.12
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: |
|
- cmd: |
|
||||||
curl -o "C:\SDL2-devel.zip" https://www.libsdl.org/release/SDL2-devel-2.0.10-VC.zip
|
curl -o "C:\SDL2-devel.zip" "https://www.libsdl.org/release/SDL2-devel-%SDL2_version%-VC.zip"
|
||||||
7z x "C:\SDL2-devel.zip" -o"C:\"
|
7z x "C:\SDL2-devel.zip" -o"C:\"
|
||||||
xcopy /S "C:\SDL2-%SDL2_version%\include" src\common
|
xcopy /S "C:\SDL2-%SDL2_version%\include" src\common
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue