From 958ea0ac1d00becfe2d7cdee861ab70941d79e4b Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Thu, 24 Oct 2024 02:05:47 +0300 Subject: [PATCH] scripts: gha: temporarily enable verbose build output for PSVita --- scripts/gha/build_psvita.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gha/build_psvita.sh b/scripts/gha/build_psvita.sh index 5bf538d4..11acecba 100644 --- a/scripts/gha/build_psvita.sh +++ b/scripts/gha/build_psvita.sh @@ -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..."