openfoam-com: correctly use foam_add_lib() (#8969)
- foam_add_lib() must be used instead of the undefined foamAddLib() for adding VTK
This commit is contained in:
parent
d099eba8c4
commit
cd446a9668
@ -608,7 +608,7 @@ def configure(self, spec, prefix):
|
|||||||
self.etc_config['vtk'] = [
|
self.etc_config['vtk'] = [
|
||||||
('VTK_DIR', spec['vtk'].prefix),
|
('VTK_DIR', spec['vtk'].prefix),
|
||||||
('LD_LIBRARY_PATH',
|
('LD_LIBRARY_PATH',
|
||||||
foamAddLib(pkglib(spec['vtk'], '${VTK_DIR}'))),
|
foam_add_lib(pkglib(spec['vtk'], '${VTK_DIR}'))),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Optional
|
# Optional
|
||||||
|
Loading…
Reference in New Issue
Block a user