-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add -B,--build-arg
option for the cargo build
stage of the default subcommand
#177
Comments
My understanding was the To note, the |
yes, build arguments (cli) or For the CLI
|
Got it. I see While this is the convention and I like to follow conventions as much as possible, I am leaning towards the |
-B,--build-arg
option for the cargo build
stage of the default subcommand
-B,--build-arg
option for the cargo build
stage of the default subcommand-B,--build-arg
option for the cargo build
stage of the default subcommand
I have renamed the issue to be more descriptive and focused to the requested enhancement. I would also greatly appreciate and welcome any PR that implements this enhancement. |
With
cargo-deb
you have the ability to set specificfeatures
that you want to use when building the package.It would be great to include such ability in
cargo-wix
as now you have to build manually with the given feature(s) and runcargo-wix
with--no-build
.Our use case is that we distinguish between installed app and running with
cargo run
because of some binaries locations.The text was updated successfully, but these errors were encountered: