diff options
| author | Stephan Buys <[email protected]> | 2017-02-08 10:06:29 +0200 |
|---|---|---|
| committer | Stephan Buys <[email protected]> | 2017-02-08 10:06:29 +0200 |
| commit | f1ef97beb7e0a4cc701328d03c92b0a927ee4c7f (patch) | |
| tree | c967bf4ca7a86bf84c5ddf25d5c878e8bd070c81 | |
| parent | Merge pull request #572 from sfackler/foreign-types (diff) | |
| download | rust-openssl-f1ef97beb7e0a4cc701328d03c92b0a927ee4c7f.tar.xz rust-openssl-f1ef97beb7e0a4cc701328d03c92b0a927ee4c7f.zip | |
Add MacOS and XCode hint
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -57,6 +57,12 @@ Homebrew: brew install openssl ``` +> Occasionally an update of XCode or MacOS will cause the linker to fail after complication, to rectify this you may want to try and run: + +```bash +xcode-select --install +``` + If Homebrew is installed to the default location of `/usr/local`, OpenSSL will be automatically detected. |