1
0
Fork 0

added OpenSuse 12.1

This commit is contained in:
a-brandt 2012-06-20 17:36:38 +02:00
parent efb9c5b041
commit c81775e1c9
1 changed files with 7 additions and 0 deletions

View File

@ -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"