Skip to content

Commit

Permalink
configure debug dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 31, 2023
1 parent 7019fef commit 6341ef2
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 @@ -45,7 +45,6 @@ def build_gdb(prefix):

archive_name = str(src / pathlib.Path(url).name)
relenv.common.extract_archive(str(src), archive_name)

dir_name = archive_name.split(".tar")[0]
os.environ.update(relenv.buildenv.buildenv(prefix))
os.environ[
Expand Down Expand Up @@ -85,7 +84,7 @@ def build_gdb(prefix):
f"--prefix={os.environ['RELENV_PATH']}/lib/python3.10/site-packages/relenv_gdb/gdb",
f"--with-python={os.environ['RELENV_PATH']}/bin/python3",
"--with-lzma",
"--without-nss",
"--with-separate-debug-dir=/usr/lib/debug",
]
)
# os.environ[
Expand Down

0 comments on commit 6341ef2

Please sign in to comment.