summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-08-28 21:57:08 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-09 00:35:12 +0200
commit078969bdd09204fa2ce7b36960b2134a53b9ce41 (patch)
treecd35d535ad8223a85886fd9c80fc77b300f6956c /appveyor.yml
parentCMake: Fix architecture detection on MSVC (diff)
downloadyuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.tar
yuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.tar.gz
yuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.tar.bz2
yuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.tar.lz
yuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.tar.xz
yuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.tar.zst
yuzu-078969bdd09204fa2ce7b36960b2134a53b9ce41.zip
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5dc147639..4d6f53f96 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,7 +18,7 @@ install:
before_build:
- mkdir build
- cd build
- - cmake -G "Visual Studio 12 Win64" ..
+ - cmake -G "Visual Studio 12 Win64" -DCITRA_USE_BUNDLED_GLFW=1 ..
- cd ..
after_build: