From 94d02b896c3feb5e997b95a660e850c7ad8cbe74 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 26 Nov 2017 16:43:24 -0500 Subject: *: strip calls to cc::Build::compile The documentation states: "The name output should be the name of the library." and this is already done in more recently-added callers. --- src/liballoc_jemalloc/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc_jemalloc') diff --git a/src/liballoc_jemalloc/build.rs b/src/liballoc_jemalloc/build.rs index a41a04d7cd4..de5006ad396 100644 --- a/src/liballoc_jemalloc/build.rs +++ b/src/liballoc_jemalloc/build.rs @@ -140,6 +140,6 @@ fn main() { cc::Build::new() .flag("-fvisibility=hidden") .file("pthread_atfork_dummy.c") - .compile("libpthread_atfork_dummy.a"); + .compile("pthread_atfork_dummy"); } } -- cgit 1.4.1-3-g733a5