From 71d9aedda0919fb22e39d6e6ce60506ceb69812e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 25 May 2017 11:32:01 +0200 Subject: Add compiler_id enum --- build2/cc/module.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build2/cc/module.hxx') diff --git a/build2/cc/module.hxx b/build2/cc/module.hxx index 643cf89..eaa82eb 100644 --- a/build2/cc/module.hxx +++ b/build2/cc/module.hxx @@ -40,6 +40,8 @@ namespace build2 string tstd; + compiler_id::value_type cid; + private: dir_paths gcc_library_search_paths (process_path&, scope&) const; // gcc.cxx -- cgit v1.1