Browse Source

scripts: gha: enable verbose build for nswitch port

pull/2/head
Alibek Omarov 10 months ago
parent
commit
6814908d80
  1. 2
      scripts/gha/build_nswitch_docker.sh

2
scripts/gha/build_nswitch_docker.sh

@ -41,7 +41,7 @@ make -C libsolder install || die @@ -41,7 +41,7 @@ make -C libsolder install || die
echo "Building engine..."
./waf configure -T release --nswitch || die_configure
./waf build install --destdir=pkgtemp/xash3d || die
./waf build install --destdir=pkgtemp/xash3d -v || die
echo "Building HLSDK..."

Loading…
Cancel
Save