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