1
0
Fork 0

When trying to build the windows unittest tarball attempt to add the openssl dlls

This commit is contained in:
Wilfried Goesgens 2016-10-20 16:58:35 +02:00
parent 88ea314102
commit ae2b400efa
1 changed files with 4 additions and 0 deletions

View File

@ -541,6 +541,10 @@ if test -n "${TARGET_DIR}"; then
arangosh/.keepme
)
if test "`uname -o`" == "Cygwin"; then
SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt |sed -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;"`
cp ${SSLDIR}/*.dll bin
fi
tar -u -f ${TARFILE_TMP} \
bin etc tests