mirror of https://gitee.com/bigwinds/arangodb
added OpenSuse 12.1
This commit is contained in:
parent
efb9c5b041
commit
c81775e1c9
7
build.sh
7
build.sh
|
@ -24,6 +24,13 @@ echo
|
|||
|
||||
case $TRI_OS_LONG in
|
||||
|
||||
Linux-openSUSE-12*)
|
||||
echo "Using configuration for openSuSE 12"
|
||||
OPTIONS="$OPTIONS --disable-all-in-one --with-boost-test --enable-mruby"
|
||||
LDD_INFO="yes"
|
||||
RESULTS="$RESULTS arangoirb"
|
||||
;;
|
||||
|
||||
Linux-openSUSE-11.4*)
|
||||
echo "Using configuration for openSuSE 11.4"
|
||||
OPTIONS="$OPTIONS --disable-all-in-one --with-boost-test --enable-mruby"
|
||||
|
|
Loading…
Reference in New Issue