summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2017-03-16 02:31:01 +0100
committerGitHub <noreply@github.com>2017-03-16 02:31:01 +0100
commit2044041c6ac7ad1d0b89ba0d12365ed463e70f6a (patch)
treeb30bc5050819ff877f00db6a876f417a83816f57
parentMerge pull request #2620 from FernandoS27/syscore_error (diff)
parentappveyor: workaround for unnecesary Xamarin log spam (diff)
downloadyuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.tar
yuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.tar.gz
yuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.tar.bz2
yuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.tar.lz
yuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.tar.xz
yuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.tar.zst
yuzu-2044041c6ac7ad1d0b89ba0d12365ed463e70f6a.zip
Diffstat (limited to '')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c07559479..2a4a15d40 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,6 +20,8 @@ install:
- git submodule update --init --recursive
before_build:
+ # Xamarin log spam workaround
+ - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..