From 295fff5db83350a988634ddd4ab93ede1ba8a022 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 23 Oct 2016 22:56:19 -0300 Subject: [PATCH] Testing whether appveyor can build with Windows XP support --- extra/appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml index e827408f9..0a8697e43 100644 --- a/extra/appveyor/appveyor.yml +++ b/extra/appveyor/appveyor.yml @@ -26,7 +26,7 @@ install: - move love libs\love before_build: -- cmake -G "Visual Studio 12" -H. -Bbuild +- cmake -G "Visual Studio 12" -H. -Bbuild -T v120_xp build_script: - cmake --build build --target PACKAGE --config Release