diff options
| author | Adelar da Silva Queiróz <[email protected]> | 2016-08-29 22:59:11 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-08-29 22:59:11 -0300 |
| commit | 76c09f89f2d72890f7478a7a8e239fa01f1e8f29 (patch) | |
| tree | 57efc95a8019973ae83c6bb0c63c3ecdde668e91 | |
| parent | Re-enable 64 bit MSVC (diff) | |
| download | rust-openssl-76c09f89f2d72890f7478a7a8e239fa01f1e8f29.tar.xz rust-openssl-76c09f89f2d72890f7478a7a8e239fa01f1e8f29.zip | |
Add cargo clean in the list
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ as described below. brew install openssl export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib +cargo clean ``` ### Windows |