mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 21:29:06 +00:00
screw quoting
This commit is contained in:
parent
0c7dc352ef
commit
d6454595ee
@ -61,10 +61,10 @@ mkdir -p "$BUILD_DIR"
|
|||||||
export CXXFLAG LDFLAGS
|
export CXXFLAG LDFLAGS
|
||||||
if [ $SCONS = yes ]; then
|
if [ $SCONS = yes ]; then
|
||||||
if [ $TYPE = wesnothd ]; then
|
if [ $TYPE = wesnothd ]; then
|
||||||
BUILD_FLAGS="'fifodir=$BUILD_DIR/var/run' raw_sockets=1 forum_user_handler=1"
|
BUILD_FLAGS="fifodir=$BUILD_DIR/var/run raw_sockets=1 forum_user_handler=1"
|
||||||
case $(hostname) in
|
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" ;;
|
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" ;;
|
basilic) BUILD_FLAGS="fifodir=$BUILD_DIR/var/run raw_sockets=1" ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
mkdir -p "$BUILD_DIR"/var/run
|
mkdir -p "$BUILD_DIR"/var/run
|
||||||
@ -72,7 +72,7 @@ if [ $SCONS = yes ]; then
|
|||||||
scons install-$TYPE prefix="$BUILD_DIR" program_suffix=-"$VERSION" $BUILD_FLAGS profile=0 fribidi=0 python=0 localedir= prefsdir= > "$BUILD_DIR"/scons.log
|
scons install-$TYPE prefix="$BUILD_DIR" program_suffix=-"$VERSION" $BUILD_FLAGS profile=0 fribidi=0 python=0 localedir= prefsdir= > "$BUILD_DIR"/scons.log
|
||||||
else
|
else
|
||||||
if [ $TYPE = wesnothd ]; then
|
if [ $TYPE = wesnothd ]; then
|
||||||
BUILD_FLAGS="--enable-server --enable-raw-sockets '--with-fifodir=$BUILD_DIR/var/run' '--with-boost=$HOME/tools'"
|
BUILD_FLAGS="--enable-server --enable-raw-sockets --with-fifodir=$BUILD_DIR/var/run --with-boost=$HOME/tools"
|
||||||
else
|
else
|
||||||
BUILD_FLAGS="--enable-campaign-server"
|
BUILD_FLAGS="--enable-campaign-server"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user