Skip to content

Fix build on macOS Catalina #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
1 commit merged into from
Oct 21, 2019
Merged

Fix build on macOS Catalina #1

1 commit merged into from
Oct 21, 2019

Conversation

ghost
Copy link

@ghost ghost commented Oct 21, 2019

Signed-off-by: Alexander Rodin <[email protected]>
@ghost ghost force-pushed the macos-catalina-fix branch from 0062781 to 924c52b Compare October 21, 2019 12:20
@ghost ghost merged commit 9cb0245 into master Oct 21, 2019
ghost pushed a commit that referenced this pull request Oct 22, 2019
This reverts commit 9cb0245.

Signed-off-by: Alexander Rodin <[email protected]>
@ghost ghost mentioned this pull request Oct 22, 2019
ghost pushed a commit that referenced this pull request Oct 22, 2019
* 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]>
ghost pushed a commit that referenced this pull request Oct 22, 2019
Signed-off-by: Alexander Rodin <[email protected]>
@ghost ghost mentioned this pull request Oct 22, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant