mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 11:00:33 +00:00
scripts: gha: set --disable-werror for building HLSDK
This commit is contained in:
parent
9eb49fc673
commit
2261b0dcab
@ -6,7 +6,9 @@ build_hlsdk()
|
||||
{
|
||||
echo "Building HLSDK: $1 branch..."
|
||||
git checkout $1
|
||||
./waf configure -T release --nswitch || die_configure
|
||||
|
||||
# This is not our bug if HLSDK doesn't build with -Werrors enabled
|
||||
./waf configure -T release --nswitch --disable-werror || die_configure
|
||||
./waf build install --destdir=../pkgtemp/xash3d || die
|
||||
}
|
||||
|
||||
|
@ -6,7 +6,9 @@ build_hlsdk()
|
||||
{
|
||||
echo "Building HLSDK: $1 branch..."
|
||||
git checkout $1
|
||||
./waf configure -T release --psvita || die_configure
|
||||
|
||||
# This is not our bug if HLSDK doesn't build with -Werrors enabled
|
||||
./waf configure -T release --psvita --disable-werror || die_configure
|
||||
./waf build install --destdir=../pkgtemp/data/xash3d || die
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user