cargo-wix
cargo-wix copied to clipboard
switch target_triple always tigger whole rebuilding
when switching target triple, a complete rebuilding is triggered.(all dependencies is rebuiled) finish x86_64 with right msi generated, do x86 task. Then without any modification to rs source, starting x86_64 task will rebuild the whole tree.
This sounds like you are hitting #135 and ultimately related to https://github.com/rust-lang/cargo/issues/9357. See my comment. Note, there is not really a solution for this yet. Are you able to (eventually) use the nightly toolchain?