mirror of https://gitee.com/bigwinds/arangodb
DRY
This commit is contained in:
parent
ae2b400efa
commit
1d8883e872
|
@ -230,8 +230,8 @@ while [ $# -gt 0 ]; do
|
||||||
PAR=""
|
PAR=""
|
||||||
PARALLEL_BUILDS=""
|
PARALLEL_BUILDS=""
|
||||||
GENERATOR="Visual Studio 14 Win64"
|
GENERATOR="Visual Studio 14 Win64"
|
||||||
MAKE='cmake --build . --config RelWithDebInfo'
|
MAKE='cmake --build . --config ${BUILD_CONFIG}'
|
||||||
PACKAGE_MAKE='cmake --build . --config RelWithDebInfo --target'
|
PACKAGE_MAKE='cmake --build . --config ${BUILD_CONFIG} --target'
|
||||||
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DV8_TARGET_ARCHS=Release"
|
CONFIGURE_OPTIONS="${CONFIGURE_OPTIONS} -DV8_TARGET_ARCHS=Release"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue