Skip to content

Commit

Permalink
AppVeyor: Use a stable SDL2 build with VB6 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Mar 28, 2020
1 parent 3f9096f commit 32aaf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
COMPILER_FAMILY: MinGW
GENERATOR: "MinGW Makefiles"
PLATFORM: Win32-VB6-Binding
EXTRA_CMAKE_FLAGS: "-DBUILD_AS_VB6_BINDING=ON -DWITH_SDL2_WASAPI=OFF"
EXTRA_CMAKE_FLAGS: "-DBUILD_AS_VB6_BINDING=ON -DAUDIO_CODECS_SDL2_HG_BRANCH=release-2.0.12 -DAUDIO_CODECS_SDL2_GIT_BRANCH=origin/release-2.0.12 -DWITH_SDL2_WASAPI=OFF"
- BUILD_TYPE: Release
COMPILER: MSVC15
COMPILER_FAMILY: MSVC
Expand Down

0 comments on commit 32aaf30

Please sign in to comment.