fixed quoting for the alternate servers as well
This commit is contained in:
parent
82ac25049e
commit
fa56679a93
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ if [ $SCONS = yes ]; then
|
|||
if [ $TYPE = wesnothd ]; then
|
||||
BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1 forum_user_handler=1"
|
||||
case $(hostname) in
|
||||
gonzo.dicp.de) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run raw_sockets=1' boostdir=$HOME/tools/include boostlibdir=$HOME/tools/lib boost_suffix=-mt" ;;
|
||||
basilic) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run raw_sockets=1'" ;;
|
||||
gonzo.dicp.de) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1 'boostdir=$HOME/tools/include' 'boostlibdir=$HOME/tools/lib' boost_suffix=-mt" ;;
|
||||
basilic) BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1" ;;
|
||||
esac
|
||||
fi
|
||||
mkdir -p "$BUILD_DIR"/var/run
|
||||
|
|
Loading…
Add table
Reference in a new issue