From 42654d055f37d5f50995ceb27ddc9e2c8c5464f6 Mon Sep 17 00:00:00 2001 From: Nathan Stoddard Date: Fri, 22 May 2015 20:17:45 -0700 Subject: [PATCH] Fix build instructions on Windows --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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