aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-03-21 04:37:01 -0500
committerBrent Cook <bcook@openbsd.org>2016-03-21 04:37:01 -0500
commit9a0f8a424b021fa24da7035cb99002d769725948 (patch)
treea90dab800bae7808256c1375076be1152ea01671
parent14aa5f73abc718f28097fc3e3ae5be9c7422b39c (diff)
downloadportable-9a0f8a424b021fa24da7035cb99002d769725948.tar.gz
portable-9a0f8a424b021fa24da7035cb99002d769725948.tar.bz2
portable-9a0f8a424b021fa24da7035cb99002d769725948.zip
set windows binary OPENSSLDIR to something plausible
Diffstat (limited to '')
-rwxr-xr-xdist-win.sh2
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