aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-05-23 00:26:02 -0400
committerSteven Fackler <[email protected]>2015-05-23 00:26:02 -0400
commit4a818e5394673612ea29af07df6e8fcadf71de95 (patch)
treea07a79da46ce618c1ff041522a4d3a07cb847b0e
parentMerge pull request #211 from bozaro/redefine_libs (diff)
parentFix build instructions on Windows (diff)
downloadrust-openssl-4a818e5394673612ea29af07df6e8fcadf71de95.tar.xz
rust-openssl-4a818e5394673612ea29af07df6e8fcadf71de95.zip
Merge pull request #217 from nstoddard/master
Fix build instructions on Windows
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8843ef9a..887b09d4 100644
--- a/README.md
+++ b/README.md
@@ -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