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 1fc5e71 commit bd85f57Copy full SHA for bd85f57
mesonpy/__init__.py
@@ -476,7 +476,7 @@ def _install_path(
476
Some files might need to be fixed up to set the RPATH to the internal
477
library directory on Linux wheels for eg.
478
"""
479
- location = os.fspath(destination).replace(os.path.sep, '/')
+ location = destination.as_posix()
480
counter.update(location)
481
482
# fix file
0 commit comments