summaryrefslogtreecommitdiff
path: root/libssh2-sys/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libssh2-sys/build.rs')
-rw-r--r--libssh2-sys/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs
index 9594eda..50338de 100644
--- a/libssh2-sys/build.rs
+++ b/libssh2-sys/build.rs
@@ -57,7 +57,7 @@ fn main() {
let _ = fs::remove_dir_all(&dst.join("build"));
t!(fs::create_dir(&dst.join("build")));
- let root = src.join("libssh2-1.4.4-20140901");
+ let root = src.join("libssh2-1.5.0");
// Can't run ./configure directly on msys2 b/c we're handing in
// Windows-style paths (those starting with C:\), but it chokes on those.
// For that reason we build up a shell script with paths converted to