mirror of https://github.com/FWGS/xash3d-fwgs
scripts: enable mobile_hacks HLSDK branch for MotoMAGX
This commit is contained in:
parent
326a7d79f0
commit
7dde4c03a7
|
@ -9,7 +9,7 @@ mkdir -p Xash/valve/cl_dlls
|
|||
mkdir -p Xash/valve/dlls
|
||||
|
||||
cd hlsdk
|
||||
./waf configure -T fast --enable-magx build install --destdir=../Xash
|
||||
./waf configure -T fast --enable-magx --enable-simple-mod-hacks build install --destdir=../Xash
|
||||
cd ../
|
||||
|
||||
./waf configure -T fast --enable-magx --win-style-install --prefix='' build install --destdir=Xash/
|
||||
|
|
|
@ -3,7 +3,7 @@ cd /opt/toolchains/
|
|||
sudo git clone https://github.com/a1batross/motomagx_toolchain motomagx
|
||||
cd $TRAVIS_BUILD_DIR
|
||||
|
||||
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk
|
||||
git clone https://github.com/mittorn/ref_soft ref_soft
|
||||
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk -b mobile_hacks --depth=1
|
||||
git clone https://github.com/mittorn/ref_soft ref_soft --depth=1
|
||||
|
||||
sed -i "s|#rsw||" wscript
|
||||
|
|
Loading…
Reference in New Issue