set windows binary OPENSSLDIR to something plausible

This commit is contained in:
Brent Cook 2016-03-21 04:37:01 -05:00
parent 14aa5f73ab
commit 9a0f8a424b

View File

@ -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