mirror of https://gitee.com/bigwinds/arangodb
Quote it so its not splitted into separater args
This commit is contained in:
parent
57a53e2b11
commit
8e0eeb2d6b
|
@ -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 CMAKE_ARGS='$(CMAKE_ARGS)'
|
||||
|
||||
pack-macosxcode-cmake:
|
||||
cd Build && cmake \
|
||||
|
|
Loading…
Reference in New Issue