1
0
Fork 0

Name it MOREOPTS like in the other targets...

This commit is contained in:
Willi Goesgens 2015-04-20 11:54:56 +02:00
parent 8e0eeb2d6b
commit 23a7089d28
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ pack-macosxcode:
./configure \
--prefix=/opt/arangodb
${MAKE} -f GNUMakefile pack-macosxcode-cmake CMAKE_ARGS='$(CMAKE_ARGS)'
${MAKE} -f GNUMakefile pack-macosxcode-cmake MOREOPTS='$(MOREOPTS)'
pack-macosxcode-cmake:
cd Build && cmake \
@ -159,7 +159,7 @@ pack-macosxcode-cmake:
-D "V8_VERSION=${V8_VERSION}" \
-D "ZLIB_VERSION=${ZLIB_VERSION}" \
-G Xcode \
${CMAKE_ARGS) \
$(MOREOPTS) \
..
################################################################################