1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Fix android build.

This commit is contained in:
Ilya Zhuravlev
2014-11-02 16:19:14 +03:00
parent dc9082d88c
commit 3eb3996241
3 changed files with 8 additions and 4 deletions

View File

@@ -573,7 +573,9 @@ namespace VCMIDirs
static bool initialized = false;
if (!initialized)
{
#ifndef VCMI_ANDROID
std::locale::global(boost::locale::generator().generate("en_US.UTF-8"));
#endif
boost::filesystem::path::imbue(std::locale());
singleton.init();