diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-11 11:07:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-11 11:07:09 +0200 |
commit | 037e5e9224648fdc9f3956d612fb476966847f5c (patch) | |
tree | 7c829f581fbd0caafd4a121c7f3a1ab60e3c5557 /libbuild2/cc/init.cxx | |
parent | 67db22fcae32c8a8014866ef2ee55b6c7733c3f9 (diff) |
Optimize process_libraries() some more
Diffstat (limited to 'libbuild2/cc/init.cxx')
-rw-r--r-- | libbuild2/cc/init.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/cc/init.cxx b/libbuild2/cc/init.cxx index f201d79..07f082f 100644 --- a/libbuild2/cc/init.cxx +++ b/libbuild2/cc/init.cxx @@ -133,6 +133,9 @@ namespace build2 // but specific language is not known. Used in the import installed // logic. // + // Note that this variable cannot be set via the target type/pattern- + // specific mechanism (see process_libraries()). + // vp.insert<string> ("cc.type", v_t); // If set and is true, then this (imported) library has been found in a |