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 d75bf43 commit 56126b0Copy full SHA for 56126b0
build_tools/build_ext.py
@@ -57,6 +57,7 @@ def _build_cmake(self, build_dir: Path, install_dir: Path) -> None:
57
build_dir,
58
f"-DPython_EXECUTABLE={sys.executable}",
59
f"-DPython_INCLUDE_DIR={sysconfig.get_path('include')}",
60
+ f"-DPython_SITEARCH={sysconfig.get_path('platlib')}",
61
f"-DCMAKE_BUILD_TYPE={build_type}",
62
f"-DCMAKE_INSTALL_PREFIX={install_dir}",
63
]
0 commit comments