summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-09-15 15:52:02 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 16:36:32 -0700
commit22f3d4bdda74d608ec81af2482c93aa8bdb74199 (patch)
tree79abc8c5112fae4af1299626213d2f132a26c62c /libssh2-sys
parent3a905dbb0033729fcb0b9aa006e11bbdc67c7e74 (diff)
downloadssh2-rs-22f3d4bdda74d608ec81af2482c93aa8bdb74199.zip
link with ntdll
Diffstat (limited to 'libssh2-sys')
-rw-r--r--libssh2-sys/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs
index a4f9cd8..1a406a3 100644
--- a/libssh2-sys/build.rs
+++ b/libssh2-sys/build.rs
@@ -164,6 +164,7 @@ fn main() {
println!("cargo:rustc-link-lib=bcrypt");
println!("cargo:rustc-link-lib=crypt32");
println!("cargo:rustc-link-lib=user32");
+ println!("cargo:rustc-link-lib=ntdll");
}
}