aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/init.cxx')
-rw-r--r--build2/cc/init.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/cc/init.cxx b/build2/cc/init.cxx
index 42412a7..b9dc4c1 100644
--- a/build2/cc/init.cxx
+++ b/build2/cc/init.cxx
@@ -70,6 +70,11 @@ namespace build2
//
v.insert<string> ("cc.type");
+ // If set and is true, then this (imported) library has been found in a
+ // system library search directory.
+ //
+ v.insert<bool> ("cc.system");
+
return true;
}