Skip to content

Commit

Permalink
Read "is-like-msvc" target option from JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
pravic committed Apr 8, 2016
1 parent dde35e7 commit a6e86ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_back/target/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a6e86ec

Please sign in to comment.