diff options
Diffstat (limited to 'toolsrc/src/commands_export.cpp')
| -rw-r--r-- | toolsrc/src/commands_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp index 98bf00777..e46001b06 100644 --- a/toolsrc/src/commands_export.cpp +++ b/toolsrc/src/commands_export.cpp @@ -334,7 +334,7 @@ namespace vcpkg::Commands::Export "\n" " %s" "\n", - Strings::utf16_to_utf8(cmake_variable.s)); + Strings::to_utf8(cmake_variable.s)); }; if (raw) |
