summaryrefslogtreecommitdiff
path: root/scene/resources/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/SCsub')
-rw-r--r--scene/resources/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub
index 5e5b6f8fd5..3a86b22835 100644
--- a/scene/resources/SCsub
+++ b/scene/resources/SCsub
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-Import('env')
+Import("env")
env.add_source_files(env.scene_sources, "*.cpp")