From 136afdbb1232f0546a2b013fd08cfe8278722ef2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 29 Sep 2020 21:12:03 +0300 Subject: Add ext_mods parameter to b_info() --- libbutl/b.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/b.cxx') diff --git a/libbutl/b.cxx b/libbutl/b.cxx index a071bba..e1caa4c 100644 --- a/libbutl/b.cxx +++ b/libbutl/b.cxx @@ -73,6 +73,7 @@ namespace butl b_project_info b_info (const dir_path& project, + bool ext_mods, uint16_t verb, const function& cmd_callback, const path& program, @@ -111,6 +112,7 @@ namespace butl 2 /* stderr */, pp, vops, + ext_mods ? nullptr : "--no-external-modules", "-s", ops, "info:", "'" + project.representation () + "'"); -- cgit v1.1