aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-05-03 14:11:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-05-03 14:11:17 +0200
commitf0da422177d416aef2e446b23e8bbf2ec79a9aab (patch)
treec49ce936c1573c996c363aa1e7f4d602993f63a9 /build2/cxx
parent8618078b90189fb49e9c0a76ac01d471b51f1e93 (diff)
Support <>-style header specification in importable_headers
Diffstat (limited to 'build2/cxx')
-rw-r--r--build2/cxx/init.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/cxx/init.cxx b/build2/cxx/init.cxx
index a04a30a..2491d90 100644
--- a/build2/cxx/init.cxx
+++ b/build2/cxx/init.cxx
@@ -399,9 +399,9 @@ namespace build2
//
// A header can be specified either as an absolute and normalized path
// or as a <>-style include name. The latter kind is automatically
- // translated to the absolute form based on the include search paths
- // extracted from the compiler. Note also that all entries must be
- // specified before loading the cxx module.
+ // translated to the absolute form based on the compiler's system
+ // header search paths (as opposed to -I). Note also that all entries
+ // must be specified before loading the cxx module.
//
&v.insert<strings> ("config.cxx.importable_headers", true),