From c41e3b85b814e18e3af45dfba0cf79ddb308d5a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Jul 2017 13:04:11 +0200 Subject: Unset VC's IFCPATH if we are using custom std.* modules --- build2/cc/compile.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/cc/compile.hxx') diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx index 9570908..58b6e13 100644 --- a/build2/cc/compile.hxx +++ b/build2/cc/compile.hxx @@ -56,6 +56,7 @@ namespace build2 private: struct match_data; + using environment = small_vector; void append_lib_options (const scope&, @@ -117,7 +118,7 @@ namespace build2 const file&, module_imports&&, sha256&) const; void - append_modules (cstrings&, strings&, + append_modules (environment&, cstrings&, strings&, const file&, const match_data&) const; // Language selection option (for VC) or the value for the -x option. -- cgit v1.1