mirror of
https://github.com/audacity/conan-recipes.git
synced 2025-12-10 21:08:47 -06:00
Bump compiler version for MSVC builds
This fixes build on MSVC17, see https://github.com/conan-io/conan/pull/15588
This commit is contained in:
parent
fdacde5d3a
commit
1d1e16aced
@ -2,7 +2,7 @@
|
||||
os = Windows
|
||||
arch = x86_64
|
||||
compiler = msvc
|
||||
compiler.version = 193
|
||||
compiler.version = 194
|
||||
compiler.runtime = dynamic
|
||||
compiler.runtime_type = Release
|
||||
compiler.cppstd = 17
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
os = Windows
|
||||
arch = x86_64
|
||||
compiler = msvc
|
||||
compiler.version = 193
|
||||
compiler.version = 194
|
||||
compiler.runtime = dynamic
|
||||
compiler.runtime_type = Debug
|
||||
compiler.cppstd = 17
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
os = Windows
|
||||
arch = x86_64
|
||||
compiler = msvc
|
||||
compiler.version = 193
|
||||
compiler.version = 194
|
||||
compiler.runtime = dynamic
|
||||
compiler.runtime_type = Release
|
||||
compiler.cppstd = 17
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
os = Windows
|
||||
arch = x86
|
||||
compiler = msvc
|
||||
compiler.version = 193
|
||||
compiler.version = 194
|
||||
compiler.runtime = dynamic
|
||||
compiler.runtime_type = Debug
|
||||
compiler.cppstd = 17
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
os = Windows
|
||||
arch = x86
|
||||
compiler = msvc
|
||||
compiler.version = 193
|
||||
compiler.version = 194
|
||||
compiler.runtime = dynamic
|
||||
compiler.runtime_type = Release
|
||||
compiler.cppstd = 17
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user