aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/windows-rpath.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cxx/windows-rpath.cxx')
-rw-r--r--build2/cxx/windows-rpath.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cxx/windows-rpath.cxx b/build2/cxx/windows-rpath.cxx
index 8f19f79..0bd4bc5 100644
--- a/build2/cxx/windows-rpath.cxx
+++ b/build2/cxx/windows-rpath.cxx
@@ -49,7 +49,7 @@ namespace build2
for (target* pt: t.prerequisite_targets)
{
- if (libso* ls = pt->is_a<libso> ())
+ if (libs* ls = pt->is_a<libs> ())
{
// This can be an installed library in which case we will have just
// the import stub but may also have just the DLL. For now we don't
@@ -84,7 +84,7 @@ namespace build2
{
for (target* pt: t.prerequisite_targets)
{
- if (libso* ls = pt->is_a<libso> ())
+ if (libs* ls = pt->is_a<libs> ())
{
if (ls->member == nullptr)
continue;