mirror of https://gitee.com/bigwinds/arangodb
When trying to build the windows unittest tarball attempt to add the openssl dlls
This commit is contained in:
parent
88ea314102
commit
ae2b400efa
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue