Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use better fix for macOS Catalina (#2)
* Avoid use of undefined std::process::Command behavior std::process::Command is known to be unpredictable when a relative path is used together with `current_dir`, and outright fails on macOS Catalina [0]. Absolutize paths before passing them to std::process::Command to stay within the documented constraints of the API. [0]: rust-lang/rust#37868 * Revert "Fix build on macOS Catalina (#1)" This reverts commit 9cb0245. Signed-off-by: Alexander Rodin <[email protected]>
- Loading branch information