Expose archive_format to target specifications

This commit is contained in:
John Kåre Alsaker 2015-11-18 01:14:15 +01:00
parent 15e7824f1c
commit 9e1d9e4884

View file

@ -351,6 +351,7 @@ impl Target {
key!(no_default_libraries, bool);
key!(pre_link_args, list);
key!(post_link_args, list);
key!(archive_format);
key!(allow_asm, bool);
key!(custom_unwind_resume, bool);