diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 13:41:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-01 13:41:39 +0200 |
commit | e4f3abce80e80789eafa05bcd5802a0a7015fcd0 (patch) | |
tree | 12b7d144289103ba2c86ed73c07913b97d483d9d /libbuild2/cc/common.cxx | |
parent | 8c4614233ee448f842e195cd41abd900b235dc3d (diff) |
Fix bug in *.export.imp_libs logic
Diffstat (limited to 'libbuild2/cc/common.cxx')
-rw-r--r-- | libbuild2/cc/common.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index bf592cd..e11dea2 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -427,9 +427,9 @@ namespace build2 // /tmp/libfoo/lib{foo} or ../libfoo/lib{foo}) or a project-qualified // relative target name (e.g., libfoo%lib{foo}). // - // Note that in case of the relative target that comes from export.libs, + // Note that in case of the relative target that comes from export.*libs, // the resolution happens relative to the base scope of the target from - // which this export.libs came, which is exactly what we want. + // which this export.*libs came, which is exactly what we want. // // Note that the scope, search paths, and the link order should all be // derived from the library target that mentioned this name. This way we |