Fixed missing wxUSE_STL config for MinGW AppVeyor build.

This commit is contained in:
Bryan Petty 2015-11-04 19:07:15 -07:00
parent 8fc8b6f110
commit 3de5077c7a

View File

@ -22,6 +22,7 @@ environment:
ARCH: amd64 ARCH: amd64
wxUSE_STL: 1 wxUSE_STL: 1
- TOOLSET: mingw - TOOLSET: mingw
wxUSE_STL: 0
- TOOLSET: msys2 - TOOLSET: msys2
MSYSTEM: MINGW32 MSYSTEM: MINGW32
- TOOLSET: cygwin - TOOLSET: cygwin