summaryrefslogtreecommitdiff
path: root/modules/gltf/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/config.py')
-rw-r--r--modules/gltf/config.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gltf/config.py b/modules/gltf/config.py
new file mode 100644
index 0000000000..1505a456d7
--- /dev/null
+++ b/modules/gltf/config.py
@@ -0,0 +1,6 @@
+def can_build(env, platform):
+ return env["tools"] and not env["disable_3d"]
+
+
+def configure(env):
+ pass