appveyor: Also build against newer OpenSSL versions
The original version is 1.0.2, which we keep as that version is not in use on other platforms anymore.
This commit is contained in:
+2
-2
@@ -184,8 +184,8 @@ win*)
|
||||
TARGET=
|
||||
else
|
||||
CONFIG="$CONFIG --enable-openssl"
|
||||
CFLAGS="$CFLAGS -I/c/OpenSSL-$TEST/include"
|
||||
LDFLAGS="-L/c/OpenSSL-$TEST"
|
||||
CFLAGS="$CFLAGS -I$OPENSSL_DIR/include"
|
||||
LDFLAGS="-L$OPENSSL_DIR"
|
||||
export LDFLAGS
|
||||
fi
|
||||
CFLAGS="$CFLAGS -mno-ms-bitfields"
|
||||
|
||||
Reference in New Issue
Block a user