From b9d38eadae2fd9d933abb20893d2a3f822b0210e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Feb 2020 09:01:36 +0200 Subject: Add note to manual on specifying search paths in compiler mode --- libbuild2/cc/common.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/cc/common.cxx') diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index b949c2b..6030954 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -1040,6 +1040,8 @@ namespace build2 gcc_extract_library_search_dirs (v, r); }; + // Note that the compiler mode options are in sys_lib_dirs. + // if (auto l = bs[c_loptions]) extract (*l, c_loptions); if (auto l = bs[x_loptions]) extract (*l, x_loptions); -- cgit v1.1