aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/link')
-rw-r--r--build2/cc/link6
1 files changed, 6 insertions, 0 deletions
diff --git a/build2/cc/link b/build2/cc/link
index 9e9e7cf..0dace7c 100644
--- a/build2/cc/link
+++ b/build2/cc/link
@@ -60,6 +60,12 @@ namespace build2
inline const path&
effect_soname () const {return soname.empty () ? real : soname;}
+
+ // Cleanup pattern used to remove previous versions. If empty, no
+ // cleanup is performed. The above (current) names are automatically
+ // filtered out.
+ //
+ const path clean;
};
libs_paths