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, 2 insertions, 0 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub
index bb9766e1ca..702ed1a9bf 100644
--- a/scene/resources/SCsub
+++ b/scene/resources/SCsub
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
Import('env')
env.add_source_files(env.scene_sources,"*.cpp")