]> git.lizzy.rs Git - rust.git/commit
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)
commit9ac48785d6fb34d70729d24967840d3e31bf39fc
tree9ed6749dd294717ace0ed9bdf5b0a4579c4150d7
parentdf41115213e851b9f23dfea3d6782dea5243a5d4
parent32688f8f7448b131434bbd340e7163ecd6d0e8ac
auto merge of #10749 : Blei/rust/fix-linker-args, r=alexcrichton

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.