Skip to content

Commit

Permalink
DBG: Windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jan 23, 2024
1 parent 6f46368 commit dc93bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spin/cmds/meson.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def _editable_install_path(package):
return None

if getattr(dist.origin.dir_info, "editable", False):
print("prefix:", dist.origin.url)
return dist.origin.url.removeprefix("file://")
else:
return None
Expand Down

0 comments on commit dc93bc3

Please sign in to comment.