Stop setting SourceCode attribute
SCons 4 has dropped dropped support for the SourceCode attribute.
This commit is contained in:
parent
8913b673c3
commit
83779b7b6b
1 changed files with 0 additions and 1 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue