Made 'make install' include libs for additional targets#13314
Made 'make install' include libs for additional targets#13314dmski wants to merge 1 commit intorust-lang:masterfrom
Conversation
|
cc @brson Have you tested this to ensure that all the targets are installed from |
|
This behavior is intentional for dist and an oversight for install. I specifically did not want to include 32 bit libs in 64 bit installers because they are not very useful. |
|
@alexcrichton i did test with |
|
@brson ok, thanks for clarification, i'll try just fixing install then. |
|
I've pushed an update which makes |
'make install' didn't actually install libs for additional targets, which resulted in installed rustc being unable to cross-compile with an error saying 'unable to find crate std'.