set stdin/out/err to binary mode on Windows

This commit is contained in:
Brent Cook
2015-06-05 03:45:45 -05:00
committed by Brent Cook
parent b239fc25fc
commit 1d27b22e82
2 changed files with 30 additions and 0 deletions

View File

@@ -210,6 +210,7 @@ for i in `awk '/SOURCES|HEADERS/ { print $3 }' apps/Makefile.am` ; do
$CP $openssl_app_src/$i apps
fi
done
patch -p0 < patches/openssl.c.patch
# copy libssl source
echo "copying libssl source"