diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-17 23:51:37 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-17 23:51:37 +0200 |
commit | 18339846644fff08817498895e27d0177c80ed5b (patch) | |
tree | 4af83d5078b30339798df029b76fba534f9ccc64 | |
parent | 31a1af5ebb0deb8a18de8cb7fa26df1a60afef47 (diff) |
VC makefiles: fixed variable name mistake
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 3a37d375c..4c84d2b33 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -69,7 +69,7 @@ OPENSSL_PATH = ../../openssl-0.9.8r !ENDIF
!IFNDEF LIBSSH2_PATH
-OPENSSH_PATH = ../../libssh2-1.2.8
+LIBSSH2_PATH = ../../libssh2-1.2.8
!ENDIF
!IFNDEF ZLIB_PATH
|