diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-08 22:33:28 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-10 16:21:17 -0800 |
| commit | 07e43a7cae217f91808402020e19da2147f5d72b (patch) | |
| tree | bb52daf2b13b4d159838a1756a4ce8bdf0907f45 /toolsrc/src/commands_install.cpp | |
| parent | 4d0abd5841b9639c20126a5a25e2b0d4a9eb98d2 (diff) | |
| download | vcpkg-07e43a7cae217f91808402020e19da2147f5d72b.tar.gz vcpkg-07e43a7cae217f91808402020e19da2147f5d72b.zip | |
Nuke Joiner. Add wjoin()
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
| -rw-r--r-- | toolsrc/src/commands_install.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp index 24fa5edc0..ad341c847 100644 --- a/toolsrc/src/commands_install.cpp +++ b/toolsrc/src/commands_install.cpp @@ -158,7 +158,7 @@ namespace vcpkg::Commands::Install triplet_install_path.generic_string(), binary_paragraph.spec); System::print("\n "); - System::println(Strings::Joiner::on("\n ").join(intersection)); + System::println(Strings::join("\n ", intersection)); System::println(""); exit(EXIT_FAILURE); } |
