diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-24 05:31:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-06-24 05:33:49 +0200 |
commit | 52128dcc2d88a262238c07fe8acdbcfad684035c (patch) | |
tree | 14b2e27b18e09c6577100c21bf79659743059867 /libbuild2/bin/target.hxx | |
parent | 73c8c339c5c8fb468c4ddb1632d87d1aeb1cd497 (diff) |
Match rule to libul{} with explicit bin.metadata hint
This rule picks, matches, and unmatches (if possible) a member for the
purpose of making its metadata (for example, library's poptions, if
it's one of the cc libraries) available.
Diffstat (limited to 'libbuild2/bin/target.hxx')
-rw-r--r-- | libbuild2/bin/target.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/bin/target.hxx b/libbuild2/bin/target.hxx index 89e0f17..3ecabce 100644 --- a/libbuild2/bin/target.hxx +++ b/libbuild2/bin/target.hxx @@ -340,6 +340,9 @@ namespace build2 static const target_type static_type; }; + // @@ Ideally this shouldn't derive from mtime_target (via libx). Maybe + // get rid of libx? + // class LIBBUILD2_BIN_SYMEXPORT libul: public libx { public: |