Browse Source

wscript: change defaults for Android

pull/2/head
Alibek Omarov 8 months ago
parent
commit
d03a64602b
  1. 2
      wscript

2
wscript

@ -201,6 +201,8 @@ def configure(conf):
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…
Cancel
Save