volks73 / cargo-wix

A cargo subcommand to build Windows installers for rust projects using the WiX Toolset
https://volks73.github.io/cargo-wix
Apache License 2.0
306 stars 25 forks source link

Support --target option #272

Closed nazar-pc closed 9 months ago

nazar-pc commented 9 months ago

When --target is used (requirement for -Z build-std for example) compiled files are located one level deeper than usual, so instead of target\release it'll be target\x86_64-pc-windows-msvc\release.

Would be great if cargo-wix supported --target to both pass it to the cargo and to take into consideration when using --no-build.

nazar-pc commented 9 months ago

I'm blind, it is already supported :man_facepalming: