-
Tom Ritter authored
rustc generates .lib files for its libraries when compiling for Windows (even using MinGW on Linux). But MinGW expects .a files. So we add in rust-specific prefix and suffixes so MinGW builds can find the libs that rustc generates. (And the RUST_LIB- variables default to the same vales as the LIB_ variables otherwise.) MozReview-Commit-ID: ClsA0YuJaxh --HG-- extra : rebase_source : 7b46460c94ceb34b7a5a302ce91d3f1dca600041
f8c3899e