Rollup merge of #32823 - pravic:target-json, r=alexcrichton
Read "is-like-msvc" target option from JSON This is in reference to #32818.
This commit is contained in:
commit
9989a95fd2
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ impl Target {
|
|||
key!(target_family, optional);
|
||||
key!(is_like_osx, bool);
|
||||
key!(is_like_windows, bool);
|
||||
key!(is_like_msvc, bool);
|
||||
key!(linker_is_gnu, bool);
|
||||
key!(has_rpath, bool);
|
||||
key!(no_compiler_rt, bool);
|
||||
|
|
Loading…
Add table
Reference in a new issue