diff options
-rw-r--r-- | build2/context.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |