diff options
| author | bunnei <bunneidev@gmail.com> | 2016-03-02 20:32:32 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-03-02 20:32:32 -0500 |
| commit | 699b2a6571849bddda4fee3eb31f2f7b7e83a882 (patch) | |
| tree | 0db944960a7f7a924f34afa1222ad6e9d3421b11 /appveyor.yml | |
| parent | ea0ca1721521c2b20ac8cc9b1d8eab08f8ec23a9 (diff) | |
| parent | 48366b1071a7e6ee367435b78845b429c0c9c31f (diff) | |
Merge pull request #1403 from MerryMage/sdl
Dependencies: Remove GLFW, Add SDL2
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index a5ed35392..1edd7041f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,7 @@ install: before_build: - mkdir build - cd build - - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_GLFW=1 -DCITRA_USE_BUNDLED_QT=1 .. + - cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. - cd .. after_build: |
