diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-11 07:07:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-12-11 07:07:36 +0200 |
commit | 3074c5e1409ad49c0793db6384ecbc6ac4ed33a9 (patch) | |
tree | 256d707b43c3139fc7591d7ebd2a6c85456bc90b /libbuild2/target.hxx | |
parent | b971493841a601041cac1f680e3828e8d223e6f2 (diff) |
Add search_locked() versions of search() functions
Diffstat (limited to 'libbuild2/target.hxx')
-rw-r--r-- | libbuild2/target.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/target.hxx b/libbuild2/target.hxx index d6e128e..e1d91e4 100644 --- a/libbuild2/target.hxx +++ b/libbuild2/target.hxx @@ -1558,8 +1558,8 @@ namespace build2 // (for example, a binless library or an installed import library -- we // know the DLL is there, just not exactly where). In this case you could // also set its mtime to timestamp_unreal (but don't have to, if a real - // timestamp can be derived, for example, the from the import library in - // the DLL case above). + // timestamp can be derived, for example, from the import library in the + // DLL case above). // // Note, however, that a target with timestamp_unreal does not have to // have an empty path. One consequence of this arrangement (assigned path |