Skip to content

Commit 7dde4c0

Browse files
committed
scripts: enable mobile_hacks HLSDK branch for MotoMAGX
1 parent 326a7d7 commit 7dde4c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/build_motomagx_engine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mkdir -p Xash/valve/cl_dlls
99
mkdir -p Xash/valve/dlls
1010

1111
cd hlsdk
12-
./waf configure -T fast --enable-magx build install --destdir=../Xash
12+
./waf configure -T fast --enable-magx --enable-simple-mod-hacks build install --destdir=../Xash
1313
cd ../
1414

1515
./waf configure -T fast --enable-magx --win-style-install --prefix='' build install --destdir=Xash/

scripts/travis_motomagx_deps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cd /opt/toolchains/
33
sudo git clone https://github.com/a1batross/motomagx_toolchain motomagx
44
cd $TRAVIS_BUILD_DIR
55

6-
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk
7-
git clone https://github.com/mittorn/ref_soft ref_soft
6+
git clone https://github.com/FWGS/hlsdk-xash3d hlsdk -b mobile_hacks --depth=1
7+
git clone https://github.com/mittorn/ref_soft ref_soft --depth=1
88

99
sed -i "s|#rsw||" wscript

0 commit comments

Comments
 (0)