diff options
Diffstat (limited to 'core/bind/SCsub')
-rw-r--r-- | core/bind/SCsub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/bind/SCsub b/core/bind/SCsub index 7b4a6acbc0..c2731d60e6 100644 --- a/core/bind/SCsub +++ b/core/bind/SCsub @@ -1,3 +1,5 @@ +#!/usr/bin/env python + Import('env') env.add_source_files(env.core_sources,"*.cpp") |