aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/install/rule.cxx')
-rw-r--r--build2/install/rule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/install/rule.cxx b/build2/install/rule.cxx
index a368ac9..036f01f 100644
--- a/build2/install/rule.cxx
+++ b/build2/install/rule.cxx
@@ -157,7 +157,7 @@ namespace build2
// Ignore unresolved targets that are imported from other projects.
// We are definitely not installing those.
//
- if (p.proj () != nullptr)
+ if (p.proj ())
continue;
// Let a customized rule have its say.