1
0
Fork 0
This commit is contained in:
Wilfried Goesgens 2016-10-20 17:00:08 +02:00
parent ae2b400efa
commit 1d8883e872
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 RelWithDebInfo'
PACKAGE_MAKE='cmake --build . --config RelWithDebInfo --target'
MAKE='cmake --build . --config ${BUILD_CONFIG}'
PACKAGE_MAKE='cmake --build . --config ${BUILD_CONFIG} --target'
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DV8_TARGET_ARCHS=Release"
;;