2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

scripts: gha: temporarily enable verbose build output for PSVita

This commit is contained in:
Alibek Omarov 2024-10-24 02:05:47 +03:00
parent a9fdae28b2
commit 958ea0ac1d

View File

@ -45,7 +45,7 @@ popd
echo "Building engine..."
./waf configure -T release --psvita || die_configure
./waf build install --destdir=pkgtemp/data/xash3d || die
./waf build install --destdir=pkgtemp/data/xash3d -v || die
cp build/engine/xash.vpk pkgtemp/
echo "Building HLSDK..."