mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'master' of https://github.com/triAGENS/AvocadoDB
This commit is contained in:
commit
4df17efc3f
4
build.sh
4
build.sh
|
@ -44,13 +44,13 @@ case $TRI_OS_LONG in
|
|||
|
||||
Linux-Debian*)
|
||||
echo "Using configuration for Debian"
|
||||
OPTIONS="$OPTIONS --enable-all-in-one"
|
||||
OPTIONS="$OPTIONS --enable-all-in-one --disable-mruby"
|
||||
LDD_INFO="yes"
|
||||
;;
|
||||
|
||||
Linux-CentOS-*)
|
||||
echo "Using configuration for Centos"
|
||||
OPTIONS="$OPTIONS --enable-all-in-one"
|
||||
OPTIONS="$OPTIONS --enable-all-in-one --disable-mruby"
|
||||
LDD_INFO="yes"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue