diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-07 08:36:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-07 08:36:29 +0200 |
commit | 7ee735c0a99b29979594920262db13b4939b3c2c (patch) | |
tree | 114c36104ea2cc1e1c83001d404616dd803ae954 /libbuild2/cc/link-rule.hxx | |
parent | 45ee1a71a27a938db9ffe7218f3a19b585de63b4 (diff) |
Verify libraries and targets they are linked to a for-install-compatible
Diffstat (limited to 'libbuild2/cc/link-rule.hxx')
-rw-r--r-- | libbuild2/cc/link-rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/link-rule.hxx b/libbuild2/cc/link-rule.hxx index 655d36a..c6d06d2 100644 --- a/libbuild2/cc/link-rule.hxx +++ b/libbuild2/cc/link-rule.hxx @@ -194,7 +194,7 @@ namespace build2 sha256*, bool*, timestamp, const scope&, action, const file&, bool, lflags, linfo, - bool = true, bool = true, + optional<bool>, bool = true, bool = true, library_cache* = nullptr) const; using rpathed_libraries = small_vector<const file*, 256>; |