From 6205a2d9eb7db0a25959ae34dc5406f228da92a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Jul 2016 14:05:28 +0200 Subject: Implement limited rpath emulation for Windows --- build2/config/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/config') diff --git a/build2/config/operation.cxx b/build2/config/operation.cxx index 20425ea..1a207ca 100644 --- a/build2/config/operation.cxx +++ b/build2/config/operation.cxx @@ -44,7 +44,7 @@ namespace build2 path f (out_root / src_root_file); if (verb) - text << (verb >= 2 ? "config::save " : "save ") << f; + text << (verb >= 2 ? "cat >" : "save ") << f; try { @@ -73,7 +73,7 @@ namespace build2 path f (out_root / config_file); if (verb) - text << (verb >= 2 ? "config::save " : "save ") << f; + text << (verb >= 2 ? "cat >" : "save ") << f; const module& mod (*root.modules.lookup (module::name)); -- cgit v1.1