Unverified Commit 4db16294 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Don't set OPENSSL_VERSION for mingw build

We don't use the slproweb build on mingw anyways, so this was just confusing.
parent 63177bdf
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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