ci: psvita: fix copypaste error

This commit is contained in:
fgsfds 2023-02-26 01:15:08 +01:00 committed by Alibek Omarov
parent b55aa982b0
commit 6963741020
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ popd
echo "Building engine..."
./waf configure -T release --nswitch || die_configure
./waf configure -T release --psvita || die_configure
./waf build install --destdir=pkgtemp/xash3d || die
echo "Building HLSDK..."