Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
714: Use host target directory when calling host cargo. r=Emilgardis a=Alexhuszagh When using docker, the target directory is mounted at `/target`. However, when falling back to the host cargo, if we provide a custom target directory, we incorrectly pass it as `--target-dir /target`. To rectify this, this PR passes the original command-line arguments to cargo. Fixes cross-rs#619. Co-authored-by: Alex Huszagh <[email protected]> Co-authored-by: Alexander Huszagh <[email protected]>
- Loading branch information