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=""
|
||||
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"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue