Skip to content
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

Add rustup-installed binaries to $PATH on Mac #771

Merged
merged 1 commit into from Jan 8, 2018
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add rustup-installed binaries to $PATH on Mac

I missed this in #762.
  • Loading branch information
SimonSapin committed Jan 8, 2018
commit 730c0bc42fbbaf00bcec762b64148364574e2034
@@ -78,6 +78,14 @@ def without(self, to_unset):
'SERVO_CACHE_DIR': '/Users/servo/.servo',
'OPENSSL_INCLUDE_DIR': '/usr/local/opt/openssl/include',
'OPENSSL_LIB_DIR': '/usr/local/opt/openssl/lib',
'PATH': ':'.join([
'{{ common.servo_home }}/.cargo/bin',
'/usr/local/bin',
'/usr/bin',
'/bin',
'/usr/sbin',
'/sbin',
]),
})


ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.