diff options
-rw-r--r-- | build2/b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx index 347b94a..61cb931 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -1051,7 +1051,7 @@ main (int argc, char* argv[]) // If this is a simple project, then implicitly load the test and // install modules. // - if (rs.root_extra->project == nullptr) + if (*rs.root_extra->project == nullptr) { boot_module (rs, "test", location ()); boot_module (rs, "install", location ()); |