From 83779b7b6bdd229740b1b5e12a4a8fe27114cb7d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 13 Jul 2020 08:45:29 +0100 Subject: [PATCH] Stop setting SourceCode attribute SCons 4 has dropped dropped support for the SourceCode attribute. --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 35b68f73c4..922d53b8f1 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'):