1
0
Fork 0

fix directory for dlls

This commit is contained in:
Wilfried Goesgens 2016-10-21 11:20:59 +02:00
parent 2b1cd77b0f
commit 7d24e878f4
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ if test -n "${TARGET_DIR}"; then
if test "`uname -o||true`" == "Cygwin"; then
SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt |sed -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;" -e "s;\([a-zA-Z]*\):;/cygdrive/\1;"`
DLLS=`find ${SSLDIR} -name \*.dll |grep -i release`
cp ${DLLS} bin
cp ${DLLS} ${BUILD_CONFIG}/bin
fi
tar -u -f ${TARFILE_TMP} \
bin etc tests