We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a914eef commit 713688dCopy full SHA for 713688d
1 file changed
python/setup.py
@@ -105,7 +105,7 @@ def build_extension(self, ext):
105
106
python_root_dir = sys.exec_prefix
107
if platform.system() == "Linux":
108
- python_root_dir = str(pathlib.Path(get_python_lib_path()).parent.parent)
+ python_root_dir = str(pathlib.Path(get_python_lib_path()).parent.parent.parent)
109
110
config = "Debug" if self.debug or self.build_for_coverage else "Release"
111
cmake_args = [
0 commit comments