From 67617fc444600cad5de2338f4d6f49d7a46fd915 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Feb 2020 13:54:40 +0200 Subject: Add convenience run_start() overload --- libbuild2/cc/gcc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/cc/gcc.cxx') diff --git a/libbuild2/cc/gcc.cxx b/libbuild2/cc/gcc.cxx index 7c32a65..84d4e01 100644 --- a/libbuild2/cc/gcc.cxx +++ b/libbuild2/cc/gcc.cxx @@ -243,7 +243,7 @@ namespace build2 // Open pipe to stdout. // process pr (run_start (xc, - args.data (), + args, 0, /* stdin */ -1 /* stdout */)); -- cgit v1.1