From 19091ade7b0abcd2e1262bfe3ce4a813920ad8ad Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 1 Nov 2015 23:51:07 +0100 Subject: [PATCH] Updated appveyor to use SDL2.0.3 release and not SDL head. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index b0c629972..2472be5ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,9 @@ install: - "C:/Python27/Scripts/pip.exe install pyjavaproperties" - "C:/Python27/Scripts/pip.exe install github3.py" - git submodule update --init --recursive + - cd thirdparty/SDL2 + - git checkout release-2.0.3 + - cd ../.. #---------------------------------# # build configuration #