]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10938 : jhasse/rust/patch-rustpkg, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 14 Dec 2013 14:56:28 +0000 (06:56 -0800)
committerbors <bors@rust-lang.org>
Sat, 14 Dec 2013 14:56:28 +0000 (06:56 -0800)
rustpkg assumes library files to be in a directory called `lib`, but on Windows they are instead in the `bin` directory. This patch changes nothing on Unix system, since `libdir()` returns `"lib"` there.


Trivial merge