aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/compile-rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-24 06:11:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-24 06:11:04 +0200
commit658e0b3dbf496f6489ee6a5054f5609a7fa9ce5a (patch)
tree0f7f7fd1de45175d77def83fd789adfd6566b99b /libbuild2/cc/compile-rule.hxx
parent7c57f2a85aa520db784a36ced65ec5c832dbfbc8 (diff)
Add ability to control -I translation in $x.lib_poptions()
Diffstat (limited to 'libbuild2/cc/compile-rule.hxx')
-rw-r--r--libbuild2/cc/compile-rule.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbuild2/cc/compile-rule.hxx b/libbuild2/cc/compile-rule.hxx
index f3e4a9b..95734e0 100644
--- a/libbuild2/cc/compile-rule.hxx
+++ b/libbuild2/cc/compile-rule.hxx
@@ -66,7 +66,8 @@ namespace build2
void
append_library_options (appended_libraries&, strings&,
const scope&,
- action, const file&, bool, linfo, bool) const;
+ action, const file&, bool, linfo,
+ bool, bool) const;
optional<path>
find_system_header (const path&) const;