File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# cargo-install(1)
2
2
{{* set actionverb="Install"}}
3
+ {{* set temp-target-dir=true}}
3
4
4
5
## NAME
5
6
Original file line number Diff line number Diff line change 1
1
{{#option "` --target-dir ` _ directory_ "}}
2
2
Directory for all generated artifacts and intermediate files. May also be
3
3
specified with the ` CARGO_TARGET_DIR ` environment variable, or the
4
- ` build.target-dir ` [ config value] ( ../reference/config.html ) . Defaults
5
- to ` target ` in the root of the workspace.
4
+ ` build.target-dir ` [ config value] ( ../reference/config.html ) .
5
+ {{#if temp-target-dir}} Defaults to a new temporary folder located in the
6
+ temporary directory of the platform.
7
+ {{else}} Defaults to ` target ` in the root of the workspace.
8
+ {{/if}}
6
9
{{/option}}
You can’t perform that action at this time.
0 commit comments