1
0
Fork 0

fix quoting

This commit is contained in:
Wilfried Goesgens 2016-10-20 17:09:06 +02:00
parent 01c767f503
commit 8070eac5e4
1 changed files with 2 additions and 2 deletions

View File

@ -230,8 +230,8 @@ while [ $# -gt 0 ]; do
PAR=""
PARALLEL_BUILDS=""
GENERATOR="Visual Studio 14 Win64"
MAKE='cmake --build . --config ${BUILD_CONFIG}'
PACKAGE_MAKE='cmake --build . --config ${BUILD_CONFIG} --target'
MAKE="cmake --build . --config ${BUILD_CONFIG}"
PACKAGE_MAKE="cmake --build . --config ${BUILD_CONFIG} --target"
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DV8_TARGET_ARCHS=Release"
;;