summaryrefslogtreecommitdiff
path: root/core/io/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'core/io/SCsub')
-rw-r--r--core/io/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/SCsub b/core/io/SCsub
index 1c5f954470..19a6549225 100644
--- a/core/io/SCsub
+++ b/core/io/SCsub
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-Import('env')
+Import("env")
env.add_source_files(env.core_sources, "*.cpp")