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 aa4e310 commit 06b07c5Copy full SHA for 06b07c5
src/scikit_build_core/repair_wheel/__init__.py
@@ -37,6 +37,7 @@ def _get_buildenv_platlib() -> str:
37
real_purelib_path = DIR.parent.parent
38
if real_purelib_path.samefile(purelib_path):
39
# Here is the normal state if we are in a real venv
40
+ platlib_path = str(Path(platlib_path).resolve())
41
logger.debug(
42
"Used original platlib_path = {platlib_path}\n"
43
"purelib_path = {purelib_path}\n"
0 commit comments