File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,7 @@ CLI paths are relative to the current working directory.
643
643
644
644
### target-applies-to-host
645
645
* Original Pull Request: [ #9322 ] ( https://github.com/rust-lang/cargo/pull/9322 )
646
+ * Tracking Issue: [ #9453 ] ( https://github.com/rust-lang/cargo/issues/9453 )
646
647
647
648
The ` target-applies-to-host ` key in a config file can be used set the desired
648
649
behavior for passing target config flags to build scripts.
@@ -664,7 +665,7 @@ cargo +nightly -Ztarget-applies-to-host build --target x86_64-unknown-linux-gnu
664
665
665
666
### host-config
666
667
* Original Pull Request: [ #9322 ] ( https://github.com/rust-lang/cargo/pull/9322 )
667
- * Tracking Issue: [ #3349 ] ( https://github.com/rust-lang/cargo/issues/3349 )
668
+ * Tracking Issue: [ #9452 ] ( https://github.com/rust-lang/cargo/issues/9452 )
668
669
669
670
The ` host ` key in a config file can be used pass flags to host build targets
670
671
such as build scripts that must run on the host system instead of the target
You can’t perform that action at this time.
0 commit comments