Fix build instructions on Windows

This commit is contained in:
Nathan Stoddard 2015-05-22 20:17:45 -07:00
parent 3727c4cefb
commit 42654d055f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ directory, `libssl32.dll`, and `libeay32.dll` to locations that Cargo can find
or pass the location to Cargo via environment variables: or pass the location to Cargo via environment variables:
```bash ```bash
env OPENSSL_LIB_DIR=/c/OpenSSL-Win64 OPENSSL_INCLUDE_DIR=/c/OpenSSL-Win64/include cargo build env OPENSSL_LIB_DIR=C:/OpenSSL-Win64 OPENSSL_INCLUDE_DIR=C:/OpenSSL-Win64/include cargo build
``` ```
### Manual configuration ### Manual configuration