Skip to content

Commit 9989a95

Browse files
committed
Rollup merge of #32823 - pravic:target-json, r=alexcrichton
Read "is-like-msvc" target option from JSON This is in reference to #32818.
2 parents b5fc27c + a6e86ec commit 9989a95

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
@@ -436,6 +436,7 @@ impl Target {
436436
key!(target_family, optional);
437437
key!(is_like_osx, bool);
438438
key!(is_like_windows, bool);
439+
key!(is_like_msvc, bool);
439440
key!(linker_is_gnu, bool);
440441
key!(has_rpath, bool);
441442
key!(no_compiler_rt, bool);

0 commit comments

Comments
 (0)