summaryrefslogtreecommitdiff
path: root/modules/gltf/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gltf/SCsub')
-rw-r--r--modules/gltf/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/SCsub b/modules/gltf/SCsub
index 5f111165fd..d1f337715f 100644
--- a/modules/gltf/SCsub
+++ b/modules/gltf/SCsub
@@ -9,5 +9,5 @@ env_gltf = env_modules.Clone()
env_gltf.add_source_files(env.modules_sources, "*.cpp")
env_gltf.add_source_files(env.modules_sources, "structures/*.cpp")
SConscript("extensions/SCsub")
-if env["tools"]:
+if env.editor_build:
env_gltf.add_source_files(env.modules_sources, "editor/*.cpp")