[SCons] Fix dependency resolution for some Python files
This commit is contained in:
parent
9cddf5aaed
commit
c621d5f9db
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ def add_dependencies(mod, ext):
|
|||
localenv.Depends(mod, dataFiles + testFiles + scripts)
|
||||
localenv.Depends(ext, localenv['cantera_staticlib'])
|
||||
|
||||
for f in (mglob(localenv, 'cantera/test', 'py') +
|
||||
for f in (mglob(localenv, 'cantera', 'py') +
|
||||
mglob(localenv, 'cantera/test', 'py') +
|
||||
mglob(localenv, 'cantera/mixmaster', 'py') +
|
||||
mglob(localenv, 'cantera/mixmaster/Units', 'py') +
|
||||
mglob(localenv, 'cantera/examples/tutorial', 'py') +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue