diff options
Diffstat (limited to 'tools/editor/plugins/SCsub')
-rw-r--r-- | tools/editor/plugins/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/SCsub b/tools/editor/plugins/SCsub index 363a2ce4c0..6299fd416c 100644 --- a/tools/editor/plugins/SCsub +++ b/tools/editor/plugins/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') Export('env') env.add_source_files(env.tool_sources,"*.cpp") |