aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/gcc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/cc/gcc.cxx')
-rw-r--r--libbuild2/cc/gcc.cxx2
1 files changed, 1 insertions, 1 deletions
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 */));