We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafdfe8 commit 16b9f51Copy full SHA for 16b9f51
python/setup.py
@@ -120,6 +120,8 @@ def build_extension(self, ext):
120
f"-DPython_INCLUDE_DIRS={get_python_includes_path()}",
121
f"-DPython_LIBRARY_DIRS={get_python_lib_path()}"
122
]
123
+ else:
124
+ cmake_args += [f"-DPYTHON_EXECUTABLE={sys.executable}"]
125
126
if self.build_for_coverage:
127
cmake_args += ["-DYUP_ENABLE_COVERAGE:BOOL=ON"]
0 commit comments