Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes regression in cross-rs#828 with absolute path.
Prior to cross-rs#828, we added a '/' separator before component in our makeshift `as_posix`, so the path would always become absolute, even though the actual path was relative. `as_posix` therefore handled this as a relative path, so using `project` and not `/project` as the working directory for the cross command caused commands to fail.
- Loading branch information