diff --git a/SConstruct b/SConstruct index 35b68f73c..922d53b8f 100644 --- a/SConstruct +++ b/SConstruct @@ -141,7 +141,6 @@ PLUGINS = { # plugins with external dependencies def init_environment(env): env.Decider('MD5-timestamp') - env.SourceCode(".", None) env['ORIGIN'] = Literal('$ORIGIN') env['ENV']['ORIGIN'] = '$ORIGIN' if os.environ.get('RANLIB'):