1
Fork 0

Read "is-like-msvc" target option from JSON

cc #32818
This commit is contained in:
pravic 2016-04-08 11:24:19 +03:00
parent dde35e75a3
commit a6e86ec4dd

View file

@ -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);