diff options
Diffstat (limited to 'libbuild2/search.hxx')
-rw-r--r-- | libbuild2/search.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/search.hxx b/libbuild2/search.hxx index e3b1442..198c65f 100644 --- a/libbuild2/search.hxx +++ b/libbuild2/search.hxx @@ -37,6 +37,8 @@ namespace build2 // Create a new target in this prerequisite's scope. // + // Fail if the target is in src directory. + // LIBBUILD2_SYMEXPORT const target& create_new_target (context&, const prerequisite_key&); |