Don't set OPENSSL_VERSION for mingw build
We don't use the slproweb build on mingw anyways, so this was just confusing.
This commit is contained in:
parent
63177bdf14
commit
4db16294ba
11
appveyor.yml
11
appveyor.yml
|
|
@ -7,16 +7,17 @@ environment:
|
|||
OPENSSL_VERSION: 1_1_1b
|
||||
OPENSSL_DIR: C:\OpenSSL
|
||||
|
||||
# 1.0.2, 64/32 bit
|
||||
- TARGET: x86_64-pc-windows-gnu
|
||||
BITS: 64
|
||||
MSYS2: 1
|
||||
OPENSSL_VERSION: 1_0_2r
|
||||
# 1.0.2, 32 bit
|
||||
- TARGET: i686-pc-windows-msvc
|
||||
BITS: 32
|
||||
OPENSSL_VERSION: 1_0_2r
|
||||
OPENSSL_DIR: C:\OpenSSL
|
||||
|
||||
# mingw
|
||||
- TARGET: x86_64-pc-windows-gnu
|
||||
BITS: 64
|
||||
MSYS2: 1
|
||||
|
||||
# vcpkg
|
||||
- TARGET: x86_64-pc-windows-msvc
|
||||
VCPKG_DEFAULT_TRIPLET: x64-windows
|
||||
|
|
|
|||
Loading…
Reference in New Issue