Run patchelf also on rust-analyzer-proc-macro-srv.
This commit is contained in:
parent
e0098a5cc3
commit
66180dfad8
2 changed files with 2 additions and 0 deletions
|
@ -441,6 +441,7 @@ class RustBuild(object):
|
|||
|
||||
self.fix_bin_or_dylib("{}/bin/rustc".format(bin_root))
|
||||
self.fix_bin_or_dylib("{}/bin/rustdoc".format(bin_root))
|
||||
self.fix_bin_or_dylib("{}/libexec/rust-analyzer-proc-macro-srv".format(bin_root))
|
||||
lib_dir = "{}/lib".format(bin_root)
|
||||
for lib in os.listdir(lib_dir):
|
||||
if lib.endswith(".so"):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue