Skip to content

Commit a6e86ec

Browse files
committed
Read "is-like-msvc" target option from JSON
cc #32818
1 parent dde35e7 commit a6e86ec

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)