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/module.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/module.hxx') diff --git a/build2/cc/module.hxx b/build2/cc/module.hxx index a6a1115..c34b0e5 100644 --- a/build2/cc/module.hxx +++ b/build2/cc/module.hxx @@ -51,7 +51,7 @@ namespace build2 msvc_library_search_paths (process_path&, scope&) const; // msvc.cxx }; - class module: public module_base, protected virtual common, + class module: public module_base, public virtual common, link, compile, file_install, -- cgit v1.1