From 3df81f14a044ca615157978272349e0d200c3bd4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 May 2021 15:56:30 +0200 Subject: Rename sys_inc_dirs to sys_hdr_dirs for consistency --- libbuild2/cc/guess.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/cc/guess.hxx') diff --git a/libbuild2/cc/guess.hxx b/libbuild2/cc/guess.hxx index 0180c97..53acc15 100644 --- a/libbuild2/cc/guess.hxx +++ b/libbuild2/cc/guess.hxx @@ -237,7 +237,7 @@ namespace build2 // entries, if extracted at the guess stage. // optional> sys_lib_dirs; - optional> sys_inc_dirs; + optional> sys_hdr_dirs; optional> sys_mod_dirs; // Optional list of environment variables that affect the compiler and @@ -283,7 +283,7 @@ namespace build2 // void guess_std_importable_headers (const compiler_info&, - const dir_paths& sys_inc_dirs, + const dir_paths& sys_hdr_dirs, importable_headers&); } } -- cgit v1.1