wscript: change defaults for Android
This commit is contained in:
parent
d67a4234cc
commit
d03a64602b
1 changed files with 7 additions and 5 deletions
2
wscript
2
wscript
|
@ -201,6 +201,8 @@ def configure(conf):
|
|||
conf.options.GLWES = True
|
||||
conf.options.GL4ES = True
|
||||
conf.options.GL = False
|
||||
conf.options.SINGLE_BINARY = True
|
||||
conf.define('XASH_SDLMAIN', 1)
|
||||
elif conf.env.MAGX:
|
||||
conf.options.SDL12 = True
|
||||
conf.options.NO_VGUI = True
|
||||
|
|
Loading…
Add table
Reference in a new issue