From 3a905dbb0033729fcb0b9aa006e11bbdc67c7e74 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 15 Sep 2019 15:27:28 -0700 Subject: more experimenting to find vs and windows versions with RtlGetVersion --- libssh2-sys/build.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'libssh2-sys/build.rs') diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs index 1a406a3..a4f9cd8 100644 --- a/libssh2-sys/build.rs +++ b/libssh2-sys/build.rs @@ -164,7 +164,6 @@ 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"); } } -- cgit v1.2.3