[SCons] Fix a missing SCons dependency
This commit is contained in:
parent
3de3842e3c
commit
03c891ba18
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ artifacts = localenv.Object(f90_src,
|
|||
F90PATH=['#build/src/fortran'])
|
||||
mods = [o for o in artifacts if o.path.endswith('.mod')]
|
||||
objects = [o for o in artifacts if not o.path.endswith('.mod')]
|
||||
localenv.Depends(objects, localenv['config_h_target'])
|
||||
|
||||
lib = build(localenv.Library(target=pjoin('..','..','lib','cantera_fortran'),
|
||||
source=objects))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue