Updated appveyor to use SDL2.0.3 release and not SDL head.

This commit is contained in:
xawotihs
2015-11-01 23:51:07 +01:00
parent e62c065e2c
commit 19091ade7b

View File

@@ -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 #