From 2b6ae9f528504897bc24803d95bbb6da61a2a85b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Dec 2015 11:01:26 +0200 Subject: Add support for --build, --build-option common options --- bpkg/cfg-create.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index c98dd28..b25100b 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -113,7 +113,7 @@ namespace bpkg // Configure. // - run_b ("configure(" + c.string () + "/)", true, vars); // Run quiet. + run_b (o, "configure(" + c.string () + "/)", true, vars); // Run quiet. // Create the database. // -- cgit v1.1