summaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap/config.py
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2017-12-08 11:58:37 -0300
committerGitHub <noreply@github.com>2017-12-08 11:58:37 -0300
commit372b79b0d324b1eeb5991eb510726420c7cbb12d (patch)
tree533b0acfc41971f8d46bdd7139a379a0f2ba39d5 /modules/thekla_unwrap/config.py
parent8c78ccb027635702a2d69ebb7ad6a6ddfaf5ffa1 (diff)
parentbf05309af734431c3b3cf869a63ed477439a6739 (diff)
Merge pull request #14409 from hpvb/import-thekla-atlas
Import thekla_atlas
Diffstat (limited to 'modules/thekla_unwrap/config.py')
-rw-r--r--modules/thekla_unwrap/config.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/thekla_unwrap/config.py b/modules/thekla_unwrap/config.py
new file mode 100644
index 0000000000..7c5ecd1581
--- /dev/null
+++ b/modules/thekla_unwrap/config.py
@@ -0,0 +1,7 @@
+def can_build(platform):
+ return platform != "android" and platform != "ios"
+
+def configure(env):
+ if not env['tools']:
+ env['module_thekla_unwrap_enabled'] = False
+ env.disabled_modules.append("thekla_unwrap")