Skip to content

Commit 1715f1c

Browse files
committed
Auto merge of #29904 - Zoxc:ar_json, r=alexcrichton
This allows targets to drop the dependency on AR.
2 parents 8ed8679 + 9e1d9e4 commit 1715f1c

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
@@ -351,6 +351,7 @@ impl Target {
351351
key!(no_default_libraries, bool);
352352
key!(pre_link_args, list);
353353
key!(post_link_args, list);
354+
key!(archive_format);
354355
key!(allow_asm, bool);
355356
key!(custom_unwind_resume, bool);
356357

0 commit comments

Comments
 (0)