diff options
author | Brent Cook <bcook@openbsd.org> | 2016-03-21 04:37:01 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-05-30 09:04:43 -0500 |
commit | 17bf5665730ea5cdeb458ae6649df19aa1dd0253 (patch) | |
tree | 658c3f3757bdda905b5dc839dce59cf81ed8692a | |
parent | fa41ca51824790e5ebed04e2bd471e1daf4f068e (diff) | |
download | portable-17bf5665730ea5cdeb458ae6649df19aa1dd0253.tar.gz portable-17bf5665730ea5cdeb458ae6649df19aa1dd0253.tar.bz2 portable-17bf5665730ea5cdeb458ae6649df19aa1dd0253.zip |
set windows binary OPENSSLDIR to something plausible
-rwxr-xr-x | dist-win.sh | 2 |
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 |