Skip to content

Commit

Permalink
AppVeyor: Use MinGW-w32 instead of vanilla MinGW
Browse files Browse the repository at this point in the history
(which seems very old here at AppVeyor)
  • Loading branch information
Wohlstand committed Oct 30, 2020
1 parent d11fe1a commit 6ff911d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ environment:
PLATFORMTOOLSET: "v140_xp"
EXTRA_CMAKE_FLAGS: "-DAUDIO_CODECS_SDL2_HG_BRANCH=release-2.0.9 -DAUDIO_CODECS_SDL2_GIT_BRANCH=origin/release-2.0.9"
- BUILD_TYPE: Debug
COMPILER: MinGW
COMPILER: MinGW-w32
COMPILER_FAMILY: MinGW
GENERATOR: "MinGW Makefiles"
PLATFORM: Win32
- BUILD_TYPE: Release
COMPILER: MinGW
COMPILER: MinGW-w32
COMPILER_FAMILY: MinGW
GENERATOR: "MinGW Makefiles"
PLATFORM: Win32
Expand Down

0 comments on commit 6ff911d

Please sign in to comment.