diff options
| author | Steven Fackler <[email protected]> | 2016-08-30 20:53:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-30 20:53:22 +0200 |
| commit | 4d4292a3b05f44112511e0df5161629a14fa4d80 (patch) | |
| tree | 1ff563cf87baef7c4f0e415811e37a837470d6e4 | |
| parent | Re-enable 64 bit MSVC (diff) | |
| parent | Add description about how to solve openssl issue (diff) | |
| download | rust-openssl-4d4292a3b05f44112511e0df5161629a14fa4d80.tar.xz rust-openssl-4d4292a3b05f44112511e0df5161629a14fa4d80.zip | |
Merge pull request #444 from adelarsq/patch-1
Add cargo clean in the list
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib ``` +May be necessary clean the repository with `cargo clean` before build again. + ### Windows On Windows, consider building with [mingw-w64](http://mingw-w64.org/). |