diff options
Diffstat (limited to 'libbuild2/dist/operation.cxx')
-rw-r--r-- | libbuild2/dist/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index 52031a3..34dc747 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -694,7 +694,7 @@ namespace build2 // Change the archiver's working directory to dist_root. // apr = run_start (app, - args.data (), + args, 0 /* stdin */, (i != 0 ? -1 : 1) /* stdout */, true /* error */, |