Skip to content

Commit dd5d018

Browse files
committed
Add ability to change ar tool from target specification json
1 parent 1ade076 commit dd5d018

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_back/target

1 file changed

+1
-0
lines changed

src/librustc_back/target/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ impl Target {
272272
}
273273

274274
key!(cpu);
275+
key!(ar);
275276
key!(linker);
276277
key!(relocation_model);
277278
key!(code_model);

0 commit comments

Comments
 (0)