From ba357a5452cb4f91eecdc09b171d99acff39cb32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 14 Aug 2019 08:28:56 +0200 Subject: 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). --- build2/cc/link-rule.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/cc/link-rule.hxx') 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 -- cgit v1.1