diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-13 15:56:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-13 15:56:30 +0200 |
commit | 3df81f14a044ca615157978272349e0d200c3bd4 (patch) | |
tree | df8f81d4b908ed0d7796d2299800baf65823ec71 /libbuild2/cc/guess.hxx | |
parent | 23827edd998db30dd1f0d6a14f09399aa7d07b69 (diff) |
Rename sys_inc_dirs to sys_hdr_dirs for consistency
Diffstat (limited to 'libbuild2/cc/guess.hxx')
-rw-r--r-- | libbuild2/cc/guess.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<pair<dir_paths, size_t>> sys_lib_dirs; - optional<pair<dir_paths, size_t>> sys_inc_dirs; + optional<pair<dir_paths, size_t>> sys_hdr_dirs; optional<pair<dir_paths, size_t>> 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&); } } |