mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-16 08:32:02 +00:00
Use old version of VS2017 for Appveyor x64 target
This is a temporary fix for error in Microsoft C++ compiler: game-music-emu\gme\fir_resampler.cpp(28): fatal error C1001: An internal error has occurred in the compiler. (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 256) MSVC 19.10.25019.0 works fine while 19.11.25506.0 is broken
This commit is contained in:
parent
8034793193
commit
0696967887
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ environment:
|
||||||
- GENERATOR: "Visual Studio 15 2017 Win64"
|
- GENERATOR: "Visual Studio 15 2017 Win64"
|
||||||
CONFIGURATION: Release
|
CONFIGURATION: Release
|
||||||
TOOLSET: v141_xp
|
TOOLSET: v141_xp
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
APPVEYOR_BUILD_WORKER_IMAGE: "Previous Visual Studio 2017"
|
||||||
- GENERATOR: "Visual Studio 14 2015 Win64"
|
- GENERATOR: "Visual Studio 14 2015 Win64"
|
||||||
CONFIGURATION: Debug
|
CONFIGURATION: Debug
|
||||||
TOOLSET: v140
|
TOOLSET: v140
|
||||||
|
|
Loading…
Reference in a new issue