summaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap/config.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-10-04 23:00:02 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-10-05 19:00:32 -0300
commitf12cb82e0f7b3348ab678322cf5e729b38861f1e (patch)
treeab9ccc69df906b8591e3f0b91c25266393304144 /modules/thekla_unwrap/config.py
parenta41cf404a9013db6aed56d6ed9b051c2a4948bff (diff)
Fixes to baker, restored xatlas and fixed bake options.
Diffstat (limited to 'modules/thekla_unwrap/config.py')
-rw-r--r--modules/thekla_unwrap/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/thekla_unwrap/config.py b/modules/thekla_unwrap/config.py
index bd092bdc16..fad6095064 100644
--- a/modules/thekla_unwrap/config.py
+++ b/modules/thekla_unwrap/config.py
@@ -1,5 +1,6 @@
def can_build(env, platform):
- return (env['tools'] and platform not in ["android", "ios"])
+ #return (env['tools'] and platform not in ["android", "ios"])
+ return False
def configure(env):
pass