From 23827edd998db30dd1f0d6a14f09399aa7d07b69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 May 2021 15:38:53 +0200 Subject: Add ${c,cxx}.find_system_{header,library}() functions --- libbuild2/cc/types.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/types.cxx') diff --git a/libbuild2/cc/types.cxx b/libbuild2/cc/types.cxx index 666b048..bd68147 100644 --- a/libbuild2/cc/types.cxx +++ b/libbuild2/cc/types.cxx @@ -68,7 +68,7 @@ namespace build2 { path f (s, 1, s.size () - 2); - path p; + path p; // Reuse the buffer. for (const dir_path& d: sys_inc_dirs) { if (file_exists ((p = d, p /= f), -- cgit v1.1