Browse Source

Testing whether appveyor can build with Windows XP support

Alex Szpakowski 8 years ago
parent
commit
295fff5db8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/appveyor/appveyor.yml

+ 1 - 1
extra/appveyor/appveyor.yml

@@ -26,7 +26,7 @@ install:
 - move love libs\love
 - move love libs\love
 
 
 before_build:
 before_build:
-- cmake -G "Visual Studio 12" -H. -Bbuild
+- cmake -G "Visual Studio 12" -H. -Bbuild -T v120_xp
 
 
 build_script:
 build_script:
 - cmake --build build --target PACKAGE --config Release
 - cmake --build build --target PACKAGE --config Release