aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-04 12:45:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-04 12:45:08 +0200
commitafca05688dd09da5cc0cc23e72def813562e80db (patch)
tree46cfeb4ced950f128884873083d7a89b75a0015e /build2/cc/common.hxx
parentde8e93420527598bbf2c96ef44f74e3856c65c3b (diff)
Implement sidebuilding of installed modules
Diffstat (limited to 'build2/cc/common.hxx')
-rw-r--r--build2/cc/common.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx
index 05877ad..d9aeb40 100644
--- a/build2/cc/common.hxx
+++ b/build2/cc/common.hxx
@@ -70,6 +70,7 @@ namespace build2
const variable& c_reprocess; // cc.reprocess
const variable& x_preprocessed; // x.preprocessed
+ const variable* x_symexport; // x.features.symexport
const variable& x_std;
@@ -183,7 +184,7 @@ namespace build2
x_src (src), x_mod (mod), x_hdr (hdr), x_inc (inc) {}
};
- class common: protected data
+ class common: public data
{
public:
common (data&& d): data (move (d)) {}