Spelling src/bootstrap
* although * correct * granular * libunwind * repository * section Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c6fb7b9815
commit
70ce74e1e2
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