pandemonium_engine/modules/xatlas_unwrap/config.py

15 lines
462 B
Python

def can_build(env, platform):
return env["tools"] and platform not in ["android", "ios"]
# Todo this thould be moved here
#opts.Add(BoolVariable("builtin_xatlas", "Use the built-in xatlas library", True))
def configure(env):
pass
def get_license_file():
return "COPYRIGHT.txt"