From fc4bea587f91e503ab26d15b76ab1e3bf88672b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 10 Jul 2020 12:12:57 +0200 Subject: Fix bug --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') 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 ()); -- cgit v1.1