appveyor: Build against OpenSSL

This is mainly for the RNG needed for the exchange tests.
This commit is contained in:
Tobias Brunner 2017-07-28 10:12:33 +02:00
parent 95ecc11774
commit 096626286a
1 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,11 @@ win*)
# no make check for Windows binaries unless we run on a windows host
if test "$APPVEYOR" != "True"; then
TARGET=
else
CONFIG="$CONFIG --enable-openssl"
CFLAGS="$CFLAGS -I/c/OpenSSL-$TEST/include"
LDFLAGS="-L/c/OpenSSL-$TEST"
export LDFLAGS
fi
CFLAGS="$CFLAGS -mno-ms-bitfields"
DEPS="gcc-mingw-w64-base"