]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14970 : nkoep/rust/patch-1, r=huonw
authorbors <bors@rust-lang.org>
Tue, 17 Jun 2014 13:36:35 +0000 (13:36 +0000)
committerbors <bors@rust-lang.org>
Tue, 17 Jun 2014 13:36:35 +0000 (13:36 +0000)
Compiling a crate with `rustc --crate-type=lib` produces an rlib file, not a shared object. The latter is only produced for `--crate-type=dylib`.


Trivial merge