aboutsummaryrefslogtreecommitdiff
path: root/modules/cscript
diff options
context:
space:
mode:
authorJuan Linietsky2016-10-30 09:00:45 -0300
committerJuan Linietsky2016-10-30 09:00:45 -0300
commitab4126f51061277e87b41c48b40e7b54942d4eca (patch)
treec58168b60323c4d43b58743b099e562a89e60a56 /modules/cscript
parent8b15b26eedad4fdd33d50f5f9aa0fcc1875d503f (diff)
parent914015f3b63dd956e72ea937d46ea4b2db005ada (diff)
downloadgodot-ab4126f51061277e87b41c48b40e7b54942d4eca.tar.gz
godot-ab4126f51061277e87b41c48b40e7b54942d4eca.tar.zst
godot-ab4126f51061277e87b41c48b40e7b54942d4eca.zip
Merge branch 'master' of https://github.com/godotengine/godot
Diffstat (limited to 'modules/cscript')
-rw-r--r--modules/cscript/SCsub4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/cscript/SCsub b/modules/cscript/SCsub
index 403fe68f6..088240676 100644
--- a/modules/cscript/SCsub
+++ b/modules/cscript/SCsub
@@ -1,5 +1,7 @@
+#!/usr/bin/env python
+
Import('env')
-env.add_source_files(env.modules_sources,"*.cpp")
+env.add_source_files(env.modules_sources, "*.cpp")
Export('env')