Skip to content

Commit 06b07c5

Browse files
committed
Try to resolve sysconfig paths
Signed-off-by: Cristian Le <[email protected]>
1 parent aa4e310 commit 06b07c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scikit_build_core/repair_wheel/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def _get_buildenv_platlib() -> str:
3737
real_purelib_path = DIR.parent.parent
3838
if real_purelib_path.samefile(purelib_path):
3939
# Here is the normal state if we are in a real venv
40+
platlib_path = str(Path(platlib_path).resolve())
4041
logger.debug(
4142
"Used original platlib_path = {platlib_path}\n"
4243
"purelib_path = {purelib_path}\n"

0 commit comments

Comments
 (0)