Skip to content
Snippets Groups Projects
Commit 624c3f1a authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Use Linden wstring-to-string conversion, not boost::filesystem's.

On Windows, calling boost::filesystem::path::string() implicitly requests
code conversion between std::wstring (the boost::filesystem::path::string_type
selected on Windows) and std::string. At least for integration-test program,
that produces link errors. Use Linden's wstring_to_utf8str() instead.
parent 24508cc9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment