objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

Strip distro root prefix

Open AetiasHax opened this issue 1 year ago • 0 comments

Building on WSL uses wsl --cd <dir> ... which expects a Windows/Linux path and doesn't work with \\wsl.localhost paths. I fixed this by stripping the prefix \\wsl.localhost\{distro} and replacing it with the root path /.

AetiasHax avatar May 12 '24 11:05 AetiasHax