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:
Steven Fackler 2019-04-21 17:41:29 -07:00 committed by GitHub
parent 63177bdf14
commit 4db16294ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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