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