mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-10 23:27:53 +00:00
wscript: use SINGLE_BINARY on motomagx
This commit is contained in:
parent
a51c5d93fc
commit
08b3de08e7
@ -28,7 +28,7 @@ export SWAP_PATH=$HOME/xash.swap
|
|||||||
cd $mypath
|
cd $mypath
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
exec $mypath/xash3d -dev $@
|
exec $mypath/xash -dev $@
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
2
wscript
2
wscript
@ -136,6 +136,8 @@ def configure(conf):
|
|||||||
conf.options.NO_VGUI = True
|
conf.options.NO_VGUI = True
|
||||||
conf.options.GL = False
|
conf.options.GL = False
|
||||||
conf.options.LOW_MEMORY = 1
|
conf.options.LOW_MEMORY = 1
|
||||||
|
conf.options.SINGLE_BINARY = True
|
||||||
|
conf.define('XASH_SDLMAIN', 1)
|
||||||
enforce_pic = False
|
enforce_pic = False
|
||||||
|
|
||||||
# useless to change toolchain path, as toolchain meant to be placed in this path
|
# useless to change toolchain path, as toolchain meant to be placed in this path
|
||||||
|
Loading…
Reference in New Issue
Block a user