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 8be68be commit 5ee52b1Copy full SHA for 5ee52b1
mesonpy/__init__.py
@@ -467,7 +467,7 @@ def _install_path(
467
Some files might need to be fixed up to set the RPATH to the internal
468
library directory on Linux wheels for eg.
469
"""
470
- location = os.fspath(destination).replace(os.path.sep, '/')
+ location = destination.as_posix()
471
counter.update(location)
472
473
# fix file
0 commit comments