Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
831: Fixes regression in #828 with absolute path. r=Emilgardis a=Alexhuszagh Prior to #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. Co-authored-by: Alex Huszagh <ahuszagh@gmail.com>
- Loading branch information