mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
scripts: gha: enable all renderers on Linux targets
This commit is contained in:
@@ -73,7 +73,7 @@ build_engine()
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
./waf configure $WAF_EXTRA_ARGS --enable-lto --enable-bundled-deps -s SDL2_linux --enable-stbtt --enable-utils --enable-tui --enable-dedicated || die_configure
|
||||
./waf configure $WAF_EXTRA_ARGS --enable-lto --enable-bundled-deps -s SDL2_linux --enable-stbtt --enable-utils --enable-tui --enable-dedicated --enable-all-renderers || die_configure
|
||||
|
||||
./waf build || die_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user