mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
51e4e6fb99
|
@ -42,6 +42,7 @@ Release64/
|
|||
Release32/
|
||||
WindowsLibraries/
|
||||
cluster/
|
||||
p/
|
||||
|
||||
core
|
||||
TAGS
|
||||
|
|
|
@ -642,6 +642,10 @@ if test -n "${TARGET_DIR}"; then
|
|||
arangosh/.keepme
|
||||
)
|
||||
|
||||
if test -n "${ENTERPRISE_GIT_URL}" ; then
|
||||
(cd ${SOURCE_DIR}/enterprise; tar -u -f ${TARFILE_TMP} js)
|
||||
fi
|
||||
|
||||
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`
|
||||
|
|
Loading…
Reference in New Issue