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/cc/common | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/cc/common') diff --git a/build2/cc/common b/build2/cc/common index 2be290a..987fe7b 100644 --- a/build2/cc/common +++ b/build2/cc/common @@ -36,6 +36,7 @@ namespace build2 const variable& config_x_loptions; const variable& config_x_libs; + const variable& x_path; const variable& x_poptions; const variable& x_coptions; const variable& x_loptions; -- cgit v1.1