diff options
| author | Nathan Stoddard <[email protected]> | 2015-05-22 20:17:45 -0700 |
|---|---|---|
| committer | Nathan Stoddard <[email protected]> | 2015-05-22 20:17:45 -0700 |
| commit | 42654d055f37d5f50995ceb27ddc9e2c8c5464f6 (patch) | |
| tree | a07a79da46ce618c1ff041522a4d3a07cb847b0e /README.md | |
| parent | Merge pull request #211 from bozaro/redefine_libs (diff) | |
| download | rust-openssl-42654d055f37d5f50995ceb27ddc9e2c8c5464f6.tar.xz rust-openssl-42654d055f37d5f50995ceb27ddc9e2c8c5464f6.zip | |
Fix build instructions on Windows
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: ```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 |