Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Oct 23, 2023
1 parent ce65aee commit ac8dca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/setup.py
Expand Up @@ -85,7 +85,7 @@ def get_lief_logging_opt(self):
def get_python_opt(self):
config = ["-DLIEF_PYTHON_API=on"]
interpreter = Path(sys.executable)
base = sysconfig.get_config_var("base")
base = sysconfig.get_config_var("installed_base")
if base is not None:
config += [f"-DPython_ROOT_DIR={base}"]

Expand Down

0 comments on commit ac8dca4

Please sign in to comment.