diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-05 07:51:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-10-05 07:51:03 +0200 |
commit | c90438f5a7e33714f4d5987854f0757e17f13bf3 (patch) | |
tree | 477fa9aba8663f0595eb4b28c1b671c6fde0186a /libbuild2/cc/module.cxx | |
parent | e4eede85146540ff2f5a1007a69066db2bc30d29 (diff) |
Implement more accurate MSVC information extraction from Clang on Windows
Diffstat (limited to 'libbuild2/cc/module.cxx')
-rw-r--r-- | libbuild2/cc/module.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/cc/module.cxx b/libbuild2/cc/module.cxx index 64ae874..39fd7d5 100644 --- a/libbuild2/cc/module.cxx +++ b/libbuild2/cc/module.cxx @@ -320,6 +320,7 @@ namespace build2 { case compiler_class::gcc: { + //@@ CLANG-MSVC: libraries don't contain MSVC stuff. lib_dirs = gcc_library_search_paths (ci.path, rs); inc_dirs = gcc_header_search_paths (ci.path, rs); break; |