From b3ae27e22eeecfd4bd5bf7739b94789d56c9854a Mon Sep 17 00:00:00 2001 From: David LeGare Date: Wed, 18 Jul 2018 10:00:30 -0500 Subject: [PATCH] Remove redundant rustc link directive --- build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/build.rs b/build.rs index 0040ba9733..98a50ad9e5 100644 --- a/build.rs +++ b/build.rs @@ -5,5 +5,4 @@ fn main() { .file("libmikktspace/mikktspace.c") .file("libmikktspace/mikktspace.c") .compile("mikktspace"); - println!("cargo:rustc-link-lib=static=mikktspace"); }