Commit 4d4292a3 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #444 from adelarsq/patch-1

Add cargo clean in the list
parents 2d510e21 f04d5e02
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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/).