summaryrefslogtreecommitdiff
path: root/modules/xatlas_unwrap/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/xatlas_unwrap/config.py')
-rw-r--r--modules/xatlas_unwrap/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/xatlas_unwrap/config.py b/modules/xatlas_unwrap/config.py
index bd092bdc16..2e73c51626 100644
--- a/modules/xatlas_unwrap/config.py
+++ b/modules/xatlas_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"]
+
def configure(env):
pass