aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/windows-rpath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/windows-rpath.cxx')
-rw-r--r--build2/cc/windows-rpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/windows-rpath.cxx b/build2/cc/windows-rpath.cxx
index 268bab2..507395c 100644
--- a/build2/cc/windows-rpath.cxx
+++ b/build2/cc/windows-rpath.cxx
@@ -77,7 +77,7 @@ namespace build2
{
// This can be an "undiscovered" DLL (see search_library()).
//
- if (!l->is_a<libs> () || l->path ().empty ())
+ if (!l->is_a<libs> () || l->path ().empty ()) // Covers binless.
return;
}
else
@@ -152,7 +152,7 @@ namespace build2
if (l != nullptr)
{
- if (l->is_a<libs> () && !l->path ().empty ())
+ if (l->is_a<libs> () && !l->path ().empty ()) // Covers binless.
{
// Get .pdb if there is one.
//