Merge pull request #444 from adelarsq/patch-1
Add cargo clean in the list
This commit is contained in:
commit
4d4292a3b0
|
|
@ -39,6 +39,8 @@ export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
|
||||||
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
|
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
|
||||||
```
|
```
|
||||||
|
|
||||||
|
May be necessary clean the repository with `cargo clean` before build again.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
On Windows, consider building with [mingw-w64](http://mingw-w64.org/).
|
On Windows, consider building with [mingw-w64](http://mingw-w64.org/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue