lorene: add C++ headers to the install (#39909)
This commit is contained in:
parent
4d156b9e6b
commit
9210b19398
1 changed files with 2 additions and 1 deletions
|
@ -110,8 +110,9 @@ def build(self, spec, prefix):
|
|||
)
|
||||
|
||||
def install(self, spec, prefix):
|
||||
mkdirp(prefix.lib)
|
||||
install_tree("Lib", prefix.lib)
|
||||
install_tree("Export/C++/Include", prefix.include)
|
||||
install_tree("C++/Include", prefix.include)
|
||||
mkdirp(prefix.bin)
|
||||
if "+bin_star" in spec:
|
||||
for exe in [
|
||||
|
|
Loading…
Reference in a new issue