summaryrefslogtreecommitdiff
path: root/libssh2-sys
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-09-02 14:50:47 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 16:36:32 -0700
commit5b657d33a60d0b5ec205524e76bdce4bbbae5860 (patch)
tree233cd399c33297ae7e0a8b27c17d29becf583f67 /libssh2-sys
parent03fdf70a7e22715de025f61fa905839e8dcc0186 (diff)
downloadssh2-rs-5b657d33a60d0b5ec205524e76bdce4bbbae5860.zip
add ntoskrnl on windows as well
hopefully this will make the i686 build a little happier on appveyor
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 1a406a3..9395573 100644
--- a/libssh2-sys/build.rs
+++ b/libssh2-sys/build.rs
@@ -165,6 +165,7 @@ fn main() {
println!("cargo:rustc-link-lib=crypt32");
println!("cargo:rustc-link-lib=user32");
println!("cargo:rustc-link-lib=ntdll");
+ println!("cargo:rustc-link-lib=ntoskrnl");
}
}