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