summaryrefslogtreecommitdiff
path: root/libssh2-sys/build.rs
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-09-02 15:24:00 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 16:36:32 -0700
commit6870c1fdd5a7025d1db62f3ea26a319e449289f3 (patch)
tree248f80feb55990193b893e4cb4d6add235fe1e30 /libssh2-sys/build.rs
parent12b1c46d5078471aaf4de14bf5793dc450de759b (diff)
downloadssh2-rs-6870c1fdd5a7025d1db62f3ea26a319e449289f3.zip
more fun with windows versions
Diffstat (limited to 'libssh2-sys/build.rs')
-rw-r--r--libssh2-sys/build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libssh2-sys/build.rs b/libssh2-sys/build.rs
index 9395573..1a406a3 100644
--- a/libssh2-sys/build.rs
+++ b/libssh2-sys/build.rs
@@ -165,7 +165,6 @@ 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");
}
}