mirror of https://gitee.com/bigwinds/arangodb
Name it MOREOPTS like in the other targets...
This commit is contained in:
parent
8e0eeb2d6b
commit
23a7089d28
|
@ -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) \
|
||||
..
|
||||
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue