Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jan 27, 2024
1 parent f5ed2df commit 3ec4d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def cmake_dump(self) -> List[str]:
out.extend(self.extra_cmake)

if self.lief_install_dir is not None:
lief_cmake_dir = Path(self.lief_install_dir) / "share" / "LIEF" / "cmake"
lief_cmake_dir = Path(self.lief_install_dir) / "lib" / "cmake" / "LIEF"
lief_dir = lief_cmake_dir.expanduser().resolve().absolute()
out.extend((
"-DLIEF_PY_LIEF_EXT=on",
Expand Down

0 comments on commit 3ec4d30

Please sign in to comment.