Skip to content

Commit

Permalink
We do not need nss
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Oct 24, 2023
1 parent bc09abd commit ba524a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/relenv_gdb/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +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",
]
)
subprocess.run(["make"])
Expand Down

0 comments on commit ba524a3

Please sign in to comment.