aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-03-21 04:37:01 -0500
committerBrent Cook <bcook@openbsd.org>2016-05-30 09:04:43 -0500
commit17bf5665730ea5cdeb458ae6649df19aa1dd0253 (patch)
tree658c3f3757bdda905b5dc839dce59cf81ed8692a
parentfa41ca51824790e5ebed04e2bd471e1daf4f068e (diff)
downloadportable-17bf5665730ea5cdeb458ae6649df19aa1dd0253.tar.gz
portable-17bf5665730ea5cdeb458ae6649df19aa1dd0253.tar.bz2
portable-17bf5665730ea5cdeb458ae6649df19aa1dd0253.zip
set windows binary OPENSSLDIR to something plausible
-rwxr-xr-xdist-win.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-win.sh b/dist-win.sh
index cfb6414..bbaccf1 100755
--- a/dist-win.sh
+++ b/dist-win.sh
@@ -22,7 +22,7 @@ for ARCH in X86 X64; do
22 22
23 echo Building for $HOST 23 echo Building for $HOST
24 24
25 CC=$HOST-gcc ./configure --host=$HOST 25 CC=$HOST-gcc ./configure --host=$HOST --with-openssldir=c:/libressl/ssl
26 make clean 26 make clean
27 PATH=$PATH:/usr/$HOST/sys-root/mingw/bin \ 27 PATH=$PATH:/usr/$HOST/sys-root/mingw/bin \
28 make -j 4 check 28 make -j 4 check