diff options
author | Brent Cook <bcook@openbsd.org> | 2016-03-21 04:37:01 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-03-21 21:56:24 -0500 |
commit | 4b5daaaf444347322815a9e37ea059c55b7014e2 (patch) | |
tree | 4b526a7d411ffc1cd62cfc1b00eeb330f03e41ee | |
parent | 1ffdb2ae2507cd532c66352edeb67da757006546 (diff) | |
download | portable-4b5daaaf444347322815a9e37ea059c55b7014e2.tar.gz portable-4b5daaaf444347322815a9e37ea059c55b7014e2.tar.bz2 portable-4b5daaaf444347322815a9e37ea059c55b7014e2.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 88836a5..e4e0fd0 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 |