diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-27 10:18:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-10-27 10:18:02 +0200 |
commit | 6712c585947af89275fba83066c510950be197b9 (patch) | |
tree | 368f18b33fc7a21d1c1fe6de4d9639804c4047a5 /libbuild2/install/rule.hxx | |
parent | 77855794fa1b430635ca6b698a6d177bfc9298db (diff) |
WIP: install: don't install static library binary
Diffstat (limited to 'libbuild2/install/rule.hxx')
-rw-r--r-- | libbuild2/install/rule.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/install/rule.hxx b/libbuild2/install/rule.hxx index 4a35503..04ac9a7 100644 --- a/libbuild2/install/rule.hxx +++ b/libbuild2/install/rule.hxx @@ -118,7 +118,9 @@ namespace build2 // Return false if this ad hoc group member should be ignored and true // otherwise. Note that this filter is called during execute and only - // for install/uninstall (and not update). + // for install/uninstall (and not update). For generality, it is also + // (first) called on the target itself (can be detected by comparing + // the second and third arguments). // // The default implementation accepts all members. // |