From d52de69d635ce3fc840fc15b9db4f395d0763aed Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Jun 2017 18:51:45 +0200 Subject: Implement rule chaining for modules --- build2/cc/common.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/cc/common.hxx') diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx index 7d520d0..24262b7 100644 --- a/build2/cc/common.hxx +++ b/build2/cc/common.hxx @@ -66,6 +66,7 @@ namespace build2 const variable& c_type; // cc.type const variable& c_system; // cc.system + const variable& c_module_name; // cc.module_name const variable& c_reprocess; // cc.reprocess const variable& c_preprocessed; // cc.preprocessed -- cgit v1.1