From afca05688dd09da5cc0cc23e72def813562e80db Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Aug 2017 12:45:08 +0200 Subject: Implement sidebuilding of installed modules --- build2/cc/common.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cc/common.hxx') 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)) {} -- cgit v1.1