1
0
Fork 0

Pass along parameters to the general macos build.

This commit is contained in:
Willi Goesgens 2015-04-21 11:31:57 +02:00
parent b0b9232f05
commit d5537415b8
1 changed files with 2 additions and 1 deletions

View File

@ -176,7 +176,7 @@ pack-macosx:
./configure \
--prefix=/opt/arangodb
${MAKE} pack-macosx-cmake
${MAKE} pack-macosx-cmake MOREOPTS='$(MOREOPTS)'
pack-macosx-cmake:
cd Build && cmake \
@ -190,6 +190,7 @@ pack-macosx-cmake:
-D "READLINE_VERSION=${READLINE_VERSION}" \
-D "V8_VERSION=${V8_VERSION}" \
-D "ZLIB_VERSION=${ZLIB_VERSION}" \
$(MOREOPTS) \
..
${MAKE} .libev-build-64