From 07e0d37aba5cd72ff2d53eda654a4d5466e38627 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Nov 2019 00:17:47 +0300 Subject: Use path_name for `-` to stdin/stdout translation --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 1ebcc53..486b44c 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -605,7 +605,7 @@ main (int argc, char* argv[]) is.exceptions (istringstream::failbit | istringstream::badbit); parser p (*ctx); - bspec = p.parse_buildspec (is, path ("")); + bspec = p.parse_buildspec (is, path_name ("")); } catch (const io_error&) { -- cgit v1.1