godot/modules/xatlas_unwrap/config.py
Rémi Verschelde a29700e034 xatlas: Revert to unmodified upstream code, add to COPYRIGHT
Imported by @reduz from b8ec29b6b6
Custom changes will be remade properly in the next commit.

(cherry picked from commit 1e39fee140)
2019-04-19 13:11:58 +02:00

6 lines
125 B
Python

def can_build(env, platform):
return (env['tools'] and platform not in ["android", "ios"])
def configure(env):
pass