[platform] Fix resource path searching for debug start

This commit is contained in:
Ilya Zverev 2017-07-25 16:55:34 +03:00 committed by Roman Kuznetsov
parent afeb4e6465
commit 7d445ac895

View file

@ -56,9 +56,7 @@ Platform::Platform()
}
else
{
#ifdef STANDALONE_APP
m_resourcesDir = resourcesPath + "/";
#else // STANDALONE_APP
// get writable path
// developers can have symlink to data folder
char const * dataPath = "../../../../../data/";
@ -77,7 +75,6 @@ Platform::Platform()
m_writableDir = m_resourcesDir.substr(0, p) + "/omim/data/";
}
}
#endif // STANDALONE_APP
if (m_writableDir.empty())
{