summaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/thekla_unwrap/config.py')
-rw-r--r--modules/thekla_unwrap/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/thekla_unwrap/config.py b/modules/thekla_unwrap/config.py
index 7c5ecd1581..b1ce7d4b91 100644
--- a/modules/thekla_unwrap/config.py
+++ b/modules/thekla_unwrap/config.py
@@ -3,5 +3,5 @@ def can_build(platform):
def configure(env):
if not env['tools']:
- env['module_thekla_unwrap_enabled'] = False
+ env['builtin_thekla_atlas'] = False
env.disabled_modules.append("thekla_unwrap")