Suggestions for librsvg's COMPILING.md

2018-01-23 Thread David Michael
Hi, In librsvg's COMPILING.md, there are two inconsistencies around cross-compiling. * The option --target=TRIPLE is passed to cargo, not --host. * RUST_TARGET_PATH should be set for make, not configure. An alternative to writing a target JSON file could be to override CARGO_TARGET_ARGS and

Re: Suggestions for librsvg's COMPILING.md

2017-12-07 Thread Federico Mena Quintero
On Sat, 2017-12-02 at 13:51 -0500, David Michael wrote: > > In librsvg's COMPILING.md, there are two inconsistencies around > cross-compiling. > > * The option --target=TRIPLE is passed to cargo, not --host. > * RUST_TARGET_PATH should be set for make, not configure. Ah, thanks for noticing!