update the install target
This commit is contained in:
parent
2ac1ebc847
commit
79358694c5
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ mkdir -p $BUILD/$DIR
|
|||
|
||||
if [ "$SCONS" == "yes" ]; then
|
||||
mkdir -p $BUILD/$DIR/var/run
|
||||
CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS scons wesnothd-install prefix=$BUILD/$DIR fifodir=$BUILD/$DIR/var/run raw_sockets=1 profile=1 fribidi=0 python=0
|
||||
CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS scons install-wesnothd prefix=$BUILD/$DIR fifodir=$BUILD/$DIR/var/run raw_sockets=1 profile=1 fribidi=0 python=0
|
||||
mv $BUILD/$DIR/bin/wesnothd $BUILD/$DIR/bin/wesnothd-$SERVER
|
||||
else
|
||||
echo 'autogen.sh and configure...'
|
||||
|
|
Loading…
Add table
Reference in a new issue