From 9a0f8a424b021fa24da7035cb99002d769725948 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 21 Mar 2016 04:37:01 -0500 Subject: [PATCH] set windows binary OPENSSLDIR to something plausible --- dist-win.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-win.sh b/dist-win.sh index 88836a5..e4e0fd0 100755 --- a/dist-win.sh +++ b/dist-win.sh @@ -22,7 +22,7 @@ for ARCH in X86 X64; do echo Building for $HOST - CC=$HOST-gcc ./configure --host=$HOST + CC=$HOST-gcc ./configure --host=$HOST --with-openssldir=c:/libressl/ssl make clean PATH=$PATH:/usr/$HOST/sys-root/mingw/bin \ make -j 4 check