Skip to content

Commit

Permalink
scripts: gha: enable verbose build for nswitch port
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Dec 2, 2023
1 parent 08dbfc4 commit 6814908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gha/build_nswitch_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."

Expand Down

0 comments on commit 6814908

Please sign in to comment.