update_server: boost_prefix=-mt isn't good for gonzo anymore
This commit is contained in:
parent
d95b181eaa
commit
2c625b6d9d
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ if [ $TYPE = wesnothd ]; then
|
|||
BUILD_OPTIONS="fifodir=$DEST/var/run raw_sockets=1 forum_user_handler=1"
|
||||
case $(hostname) in
|
||||
gonzo.dicp.de)
|
||||
BUILD_OPTIONS="fifodir=$DEST/var/run raw_sockets=1 boostdir=$HOME/tools/include boostlibdir=$HOME/tools/lib boost_suffix=-mt"
|
||||
BUILD_OPTIONS="fifodir=$DEST/var/run raw_sockets=1 boostdir=$HOME/tools/include boostlibdir=$HOME/tools/lib"
|
||||
;;
|
||||
basilic)
|
||||
BUILD_OPTIONS="fifodir=$DEST/var/run raw_sockets=1"
|
||||
|
|
Loading…
Add table
Reference in a new issue