Stop setting SourceCode attribute

SCons 4 has dropped dropped support for the SourceCode attribute.
This commit is contained in:
Tom Hughes 2020-07-13 08:45:29 +01:00
parent 8913b673c3
commit 83779b7b6b

View file

@ -141,7 +141,6 @@ PLUGINS = { # plugins with external dependencies
def init_environment(env): def init_environment(env):
env.Decider('MD5-timestamp') env.Decider('MD5-timestamp')
env.SourceCode(".", None)
env['ORIGIN'] = Literal('$ORIGIN') env['ORIGIN'] = Literal('$ORIGIN')
env['ENV']['ORIGIN'] = '$ORIGIN' env['ENV']['ORIGIN'] = '$ORIGIN'
if os.environ.get('RANLIB'): if os.environ.get('RANLIB'):