mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
scripts: build_motomagx_engine: use waf install now, as HLSDK now supports library naming scheme
This commit is contained in:
parent
5a17e7f425
commit
611ee64cd9
@ -9,9 +9,7 @@ mkdir -p Xash/valve/cl_dlls
|
||||
mkdir -p Xash/valve/dlls
|
||||
|
||||
cd hlsdk
|
||||
./waf configure -T fast --enable-magx build
|
||||
cp build/cl_dll/client.so ../Xash/valve/cl_dlls/client_armv6l.so
|
||||
cp build/dlls/hl.so ../Xash/valve/dlls/hl_armv6l.so
|
||||
./waf configure -T fast --enable-magx build install --destdir=../Xash
|
||||
cd ../
|
||||
|
||||
./waf configure -T fast --enable-magx --win-style-install --prefix='' build install --destdir=Xash/
|
||||
|
Loading…
x
Reference in New Issue
Block a user