aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/link-rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-14 08:28:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-14 08:28:56 +0200
commitba357a5452cb4f91eecdc09b171d99acff39cb32 (patch)
treeb334b3d6c9e3df078c02cb8fad4f13c57a47a2b3 /build2/cc/link-rule.hxx
parent02de5923e7e26da9584f018e97023eb6ca619360 (diff)
Make libs_path::link empty instead of import library path for Windows
We don't really use this anywhere (in particular, the import library name cannot possibly match the clean pattern).
Diffstat (limited to 'build2/cc/link-rule.hxx')
-rw-r--r--build2/cc/link-rule.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/link-rule.hxx b/build2/cc/link-rule.hxx
index 487b1cd..14c6fa1 100644
--- a/build2/cc/link-rule.hxx
+++ b/build2/cc/link-rule.hxx
@@ -60,8 +60,8 @@ namespace build2
// one. Except for intermediate, for which empty indicates that it is
// not used.
//
- // The libs{} path is always the real path. On Windows the link path
- // is the import library.
+ // The libs{} path is always the real path. On Windows what we link
+ // to is the import library and the link path is empty.
//
path link; // What we link: libfoo.so
path soname; // SONAME: libfoo-1.so, libfoo.so.1