summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2017-05-21 15:59:11 -0700
committerGravatar GitHub2017-05-21 15:59:11 -0700
commit6c26b6efbc62c9f0a5832994c261ff1a7cae9b80 (patch)
tree6c592c652191f22cfb0c243fc1dfccd63fe4bd9e
parentUpgrade AppVeyor to Visual Studio 2017 (diff)
downloadyuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.gz
yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.tar.xz
yuzu-6c26b6efbc62c9f0a5832994c261ff1a7cae9b80.zip
Remove "Xamarin logspam" workaround
The file does not seem to exist anymore in the VS 2017 environment.
-rw-r--r--appveyor.yml2
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:
20 - git submodule update --init --recursive 20 - git submodule update --init --recursive
21 21
22before_build: 22before_build:
23 # Xamarin log spam workaround
24 - del "C:\Program Files (x86)\MSBuild\15.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
25 - mkdir build 23 - mkdir build
26 - cd build 24 - cd build
27 - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 .. 25 - cmake -G "Visual Studio 15 2017 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..