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