llvm: Install utilities into libexec (#3516)
This commit is contained in:
parent
31e28f9662
commit
7e7045e0ca
@ -374,4 +374,4 @@ def install(self, spec, prefix):
|
|||||||
cmake(*cmake_args)
|
cmake(*cmake_args)
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
install_tree("bin", prefix.bin)
|
install_tree("bin", join_path(prefix, "libexec", "llvm"))
|
||||||
|
Loading…
Reference in New Issue
Block a user