mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-22 12:54:13 +00:00
cirrus: build all renderers available, remove unsupported -W flag for waf configure
This commit is contained in:
parent
fc665527ae
commit
66db69862f
@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
. scripts/lib.sh
|
||||||
|
|
||||||
if [ "$1" = "dedicated" ]; then
|
if [ "$1" = "dedicated" ]; then
|
||||||
APP=xashds
|
APP=xashds
|
||||||
else # elif [ "$1" = "full" ]; then
|
else # elif [ "$1" = "full" ]; then
|
||||||
@ -14,7 +16,7 @@ build_engine()
|
|||||||
if [ "$APP" = "xashds" ]; then
|
if [ "$APP" = "xashds" ]; then
|
||||||
./waf configure -T release -d || die
|
./waf configure -T release -d || die
|
||||||
elif [ "$APP" = "xash3d-fwgs" ]; then
|
elif [ "$APP" = "xash3d-fwgs" ]; then
|
||||||
./waf configure -T release --enable-stb -W --enable-utils || die
|
./waf configure -T release --enable-stb --enable-utils --enable-gl4es --enable-gles1 --enable-gles2 || die
|
||||||
else
|
else
|
||||||
die
|
die
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user