c24277a520
-Android export fixes (use ETC if GLES2 backend in use) -revert to thekla atlas because xatlas is not working well
5 lines
125 B
Python
5 lines
125 B
Python
def can_build(env, platform):
|
|
return (env['tools'] and platform not in ["android", "ios"])
|
|
|
|
def configure(env):
|
|
pass
|