2017-12-08 22:05:47 +08:00
|
|
|
def can_build(platform):
|
|
|
|
return platform != "android" and platform != "ios"
|
|
|
|
|
|
|
|
def configure(env):
|
|
|
|
if not env['tools']:
|
2017-12-08 23:18:36 +08:00
|
|
|
env['builtin_thekla_atlas'] = False
|
2017-12-08 22:05:47 +08:00
|
|
|
env.disabled_modules.append("thekla_unwrap")
|