From e563ca54ae405785b69bd132229b4b9ee441b0a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 11 Sep 2018 14:18:19 +0200 Subject: Change build.version.stage to false --- build2/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/context.cxx b/build2/context.cxx index a8cf042..9579c32 100644 --- a/build2/context.cxx +++ b/build2/context.cxx @@ -483,7 +483,7 @@ namespace build2 // can teach the version module to extract it, and we can also set it // for the other packages in the toolchain. // - set ("build.version.stage", true); + set ("build.version.stage", false); } // Enter the host information. Rather than jumping through hoops like -- cgit v1.1