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/compile-rule.hxx | |
parent | 23827edd998db30dd1f0d6a14f09399aa7d07b69 (diff) |
Rename sys_inc_dirs to sys_hdr_dirs for consistency
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r-- | libbuild2/cc/compile-rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx index e80c36a..e4347f8 100644 --- a/libbuild2/cc/compile-rule.hxx +++ b/libbuild2/cc/compile-rule.hxx @@ -74,7 +74,7 @@ namespace build2 template <typename T> void - append_sys_inc_options (T&) const; + append_sys_hdr_options (T&) const; template <typename T> void |