diff options
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 |