1
0
Fork 0

Quote it so its not splitted into separater args

This commit is contained in:
Willi Goesgens 2015-04-20 11:50:31 +02:00
parent 57a53e2b11
commit 8e0eeb2d6b
1 changed files with 1 additions and 1 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 CMAKE_ARGS='$(CMAKE_ARGS)'
pack-macosxcode-cmake:
cd Build && cmake \