mirror of https://gitee.com/bigwinds/arangodb
now ruby
This commit is contained in:
parent
993dd2858e
commit
debd360782
4
build.sh
4
build.sh
|
@ -44,13 +44,13 @@ case $TRI_OS_LONG in
|
||||||
|
|
||||||
Linux-Debian*)
|
Linux-Debian*)
|
||||||
echo "Using configuration for Debian"
|
echo "Using configuration for Debian"
|
||||||
OPTIONS="$OPTIONS --enable-all-in-one"
|
OPTIONS="$OPTIONS --enable-all-in-one --disable-mruby"
|
||||||
LDD_INFO="yes"
|
LDD_INFO="yes"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
Linux-CentOS-*)
|
Linux-CentOS-*)
|
||||||
echo "Using configuration for Centos"
|
echo "Using configuration for Centos"
|
||||||
OPTIONS="$OPTIONS --enable-all-in-one"
|
OPTIONS="$OPTIONS --enable-all-in-one --disable-mruby"
|
||||||
LDD_INFO="yes"
|
LDD_INFO="yes"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue