File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ impl TargetConfig {
259
259
. library_paths
260
260
. extend ( list. iter ( ) . map ( |v| PathBuf :: from ( & v. 0 ) ) ) ;
261
261
}
262
- "rustc-link-arg" => {
262
+ "rustc-cdylib- link-arg" => {
263
263
let args = value. list ( k) ?;
264
264
output
265
265
. linker_args
Original file line number Diff line number Diff line change @@ -487,7 +487,7 @@ impl BuildOutput {
487
487
}
488
488
"rustc-link-lib" => library_links. push ( value. to_string ( ) ) ,
489
489
"rustc-link-search" => library_paths. push ( PathBuf :: from ( value) ) ,
490
- "rustc-link-arg" => linker_args. push ( value. to_string ( ) ) ,
490
+ "rustc-cdylib- link-arg" => linker_args. push ( value. to_string ( ) ) ,
491
491
"rustc-cfg" => cfgs. push ( value. to_string ( ) ) ,
492
492
"rustc-env" => env. push ( BuildOutput :: parse_rustc_env ( & value, & whence) ?) ,
493
493
"warning" => warnings. push ( value. to_string ( ) ) ,
You can’t perform that action at this time.
0 commit comments