From 5b657d33a60d0b5ec205524e76bdce4bbbae5860 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 2 Sep 2019 14:50:47 -0700 Subject: add ntoskrnl on windows as well hopefully this will make the i686 build a little happier on appveyor --- libssh2-sys/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'libssh2-sys') 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"); } } -- cgit v1.2.3