]> git.lizzy.rs Git - rust.git/commit
auto merge of #15087 : iliekturtles/rust/13810-make-install-mingw32, r=brson
authorbors <bors@rust-lang.org>
Thu, 3 Jul 2014 03:41:39 +0000 (03:41 +0000)
committerbors <bors@rust-lang.org>
Thu, 3 Jul 2014 03:41:39 +0000 (03:41 +0000)
commite6c54a12c4d209de9f438b4722657ca381f969a2
tree62cc163497ab43f14319f9050bad6d28eaa7e2f0
parent67776ba3dab24a3e281931da437d30ccfc3b04c1
parentccd7aaf17a4fa3c4851758ec70ffa755e25455be
auto merge of #15087 : iliekturtles/rust/13810-make-install-mingw32, r=brson

Short-term fix per @brson's comment: https://github.com/rust-lang/rust/issues/13810#issuecomment-43562843. Tested on Win7 x64 and Linux.

One possible issue is that `install.sh` doesn't have a `need_cmd` definition like `configure` does. Should this be ported over as well?

Platform-detection code from `configure` copied over to `install.sh` in
order to special case the lib dir being `bin` on Windows instead of
`lib`.

Short-term fix for #13810.