From 4353c43760f361d60f80455e8447cc55bd22588b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 9 Dec 2017 12:58:04 +0200 Subject: Fix git commit id calculation --- build2/cc/msvc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/msvc.cxx') diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx index aa4095e..a4c4317 100644 --- a/build2/cc/msvc.cxx +++ b/build2/cc/msvc.cxx @@ -216,7 +216,7 @@ namespace build2 // that. } - if (!run_finish (args, false, pr, s)) + if (!run_finish (args, pr, false, s)) return otype::e; if (obj && dll) -- cgit v1.1