mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-29 16:24:16 +00:00
scripts: remove single-binary for xashds, as it already set implicitly.
This commit is contained in:
parent
fe118e9683
commit
94dc801150
@ -12,9 +12,9 @@ build_engine()
|
|||||||
cd "$CIRRUS_WORKING_DIR" || die
|
cd "$CIRRUS_WORKING_DIR" || die
|
||||||
|
|
||||||
if [ "$APP" = "xashds" ]; then
|
if [ "$APP" = "xashds" ]; then
|
||||||
./waf configure -T release --single-binary -d -W || die
|
./waf configure -T release -d -W || die
|
||||||
elif [ "$APP" = "xash3d-fwgs" ]; then
|
elif [ "$APP" = "xash3d-fwgs" ]; then
|
||||||
./waf configure --sdl2=SDL2_bsd -T release --enable-stb -W || die
|
./waf configure -T release --enable-stb -W || die
|
||||||
else
|
else
|
||||||
die
|
die
|
||||||
fi
|
fi
|
||||||
|
@ -49,7 +49,7 @@ build_engine()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$APP" = "xashds" ]; then
|
if [ "$APP" = "xashds" ]; then
|
||||||
./waf configure -T release --single-binary -d -W $AMD64 || die
|
./waf configure -T release -d -W $AMD64 || die
|
||||||
elif [ "$APP" = "xash3d-fwgs" ]; then
|
elif [ "$APP" = "xash3d-fwgs" ]; then
|
||||||
APPDIR=$APPNAME.AppDir
|
APPDIR=$APPNAME.AppDir
|
||||||
./waf configure --sdl2=SDL2_linux -T release --enable-stb --prefix="$APPDIR" -W $AMD64 || die
|
./waf configure --sdl2=SDL2_linux -T release --enable-stb --prefix="$APPDIR" -W $AMD64 || die
|
||||||
|
Loading…
x
Reference in New Issue
Block a user