diff options
author | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-05-22 00:59:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 00:59:11 +0200 |
commit | 6c26b6efbc62c9f0a5832994c261ff1a7cae9b80 (patch) | |
tree | 6c592c652191f22cfb0c243fc1dfccd63fe4bd9e | |
parent | Upgrade AppVeyor to Visual Studio 2017 (diff) | |
download | yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.gz yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.bz2 yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.lz yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.xz yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.zst yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.zip |
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index c81601e01..6b5d23b03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,8 +20,6 @@ install: - git submodule update --init --recursive before_build: - # Xamarin log spam workaround - - del "C:\Program Files (x86)\MSBuild\15.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" - mkdir build - cd build - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. |