From c90438f5a7e33714f4d5987854f0757e17f13bf3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 5 Oct 2019 07:51:03 +0200 Subject: Implement more accurate MSVC information extraction from Clang on Windows --- libbuild2/cc/module.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/cc/module.cxx') 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; -- cgit v1.1