mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-11 13:29:12 +01:00
wscript: change defaults for Android
This commit is contained in:
parent
d67a4234cc
commit
d03a64602b
4
wscript
4
wscript
@ -196,11 +196,13 @@ def configure(conf):
|
|||||||
|
|
||||||
# modify options dictionary early
|
# modify options dictionary early
|
||||||
if conf.env.DEST_OS == 'android':
|
if conf.env.DEST_OS == 'android':
|
||||||
conf.options.NO_VGUI= True # skip vgui
|
conf.options.NO_VGUI = True # skip vgui
|
||||||
conf.options.NANOGL = True
|
conf.options.NANOGL = True
|
||||||
conf.options.GLWES = True
|
conf.options.GLWES = True
|
||||||
conf.options.GL4ES = True
|
conf.options.GL4ES = True
|
||||||
conf.options.GL = False
|
conf.options.GL = False
|
||||||
|
conf.options.SINGLE_BINARY = True
|
||||||
|
conf.define('XASH_SDLMAIN', 1)
|
||||||
elif conf.env.MAGX:
|
elif conf.env.MAGX:
|
||||||
conf.options.SDL12 = True
|
conf.options.SDL12 = True
|
||||||
conf.options.NO_VGUI = True
|
conf.options.NO_VGUI = True
|
||||||
|
Loading…
Reference in New Issue
Block a user