diff --git a/scripts/test.sh b/scripts/test.sh index 238102f32..e3bc37e30 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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"