mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-06 16:15:53 +01:00
scripts: gha: it's pretty safe to not do clean on Waf, since it's much better at tracking modified files
This commit is contained in:
parent
55b048aab9
commit
7cac1d290d
@ -8,7 +8,6 @@ build_hlsdk()
|
||||
git checkout $1
|
||||
./waf configure -T release --nswitch || die_configure
|
||||
./waf build install --destdir=../pkgtemp/xash3d || die
|
||||
./waf clean
|
||||
}
|
||||
|
||||
echo "Setting up environment..."
|
||||
|
@ -8,7 +8,6 @@ build_hlsdk()
|
||||
git checkout $1
|
||||
./waf configure -T release --psvita || die_configure
|
||||
./waf build install --destdir=../pkgtemp/data/xash3d || die
|
||||
./waf clean
|
||||
}
|
||||
|
||||
export VITASDK=/usr/local/vitasdk
|
||||
|
Loading…
Reference in New Issue
Block a user