Rollup merge of #110429 - jsoref:spelling-src-bootstrap, r=albertlarsan68
Spelling src bootstrap The various src/* items seem slightly disparate, so I'm doing src/* individually. split from #110392
This commit is contained in:
commit
af92c6a0a3
6 changed files with 6 additions and 6 deletions
|
@ -575,7 +575,7 @@ class RustBuild(object):
|
|||
]
|
||||
patchelf_args = ["--set-rpath", ":".join(rpath_entries)]
|
||||
if not fname.endswith(".so"):
|
||||
# Finally, set the corret .interp for binaries
|
||||
# Finally, set the correct .interp for binaries
|
||||
with open("{}/nix-support/dynamic-linker".format(nix_deps_dir)) as dynamic_linker:
|
||||
patchelf_args += ["--set-interpreter", dynamic_linker.read().rstrip()]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue