aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-08-30 20:53:22 +0200
committerGitHub <[email protected]>2016-08-30 20:53:22 +0200
commit4d4292a3b05f44112511e0df5161629a14fa4d80 (patch)
tree1ff563cf87baef7c4f0e415811e37a837470d6e4
parentRe-enable 64 bit MSVC (diff)
parentAdd description about how to solve openssl issue (diff)
downloadrust-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1ae43ff4..78bce6cd 100644
--- a/README.md
+++ b/README.md
@@ -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/).