Skip to content

Commit

Permalink
Combine path with --add-rpath option
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 4, 2024
1 parent f2d13ef commit 6a47a86
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/relenv_gdb/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ def build_gdb(prefix):
subprocess.run(
[
"patchelf",
"--add-rpath",
f"{os.environ['TOOLCHAIN_PATH']}/{os.environ['TRIPLET']}/sysroot/lib",
f"--add-rpath={os.environ['TOOLCHAIN_PATH']}/{os.environ['TRIPLET']}/sysroot/lib",
_,
],
check=True,
Expand Down

0 comments on commit 6a47a86

Please sign in to comment.