]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10749 : Blei/rust/fix-linker-args, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 1 Dec 2013 19:26:57 +0000 (11:26 -0800)
committerbors <bors@rust-lang.org>
Sun, 1 Dec 2013 19:26:57 +0000 (11:26 -0800)
This is inspired by a mystifying linker failure when using `pkg-config` to
generate the linker args: `pkg-config` produces output that ends in a
space, thus resulting in an empty linker argument.

Also added some updates to the concerning error messages that helped
spotting this bug.


Trivial merge