From 48e2e4140b8e5aacdfd107a1215f21c9632c81c8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2016 12:55:21 +0200 Subject: Cache process_path, use fallback search directory for binutils --- build2/types | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index e3aa1b1..df54860 100644 --- a/build2/types +++ b/build2/types @@ -127,8 +127,12 @@ namespace build2 // // using butl::process; + using butl::process_path; using butl::process_error; + ostream& + operator<< (ostream&, const process_path&); // Print as recall[@effect]. + using butl::ifdstream; using butl::ofdstream; } -- cgit v1.1