From 09839eea3a69e258555eb4ef6d05cd4799ccd7a0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 29 Sep 2017 20:57:05 +0200 Subject: Extract system header search paths from GCC or compatible --- build2/cc/pkgconfig.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'build2/cc/pkgconfig.cxx') diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx index f920dbd..a9e3a34 100644 --- a/build2/cc/pkgconfig.cxx +++ b/build2/cc/pkgconfig.cxx @@ -1057,9 +1057,6 @@ namespace build2 // pkgconf& ipc (sp.empty () ? apc : spc); // Interface package info. - // @@ Currently sys_inc_dirs doesn't contain the compiler-extracted - // paths. - // bool pa (at != nullptr && !ap.empty ()); if (pa || sp.empty ()) apc = pkgconf (ap, pc_dirs, sys_lib_dirs, sys_inc_dirs); -- cgit v1.1