forked from organicmaps/organicmaps
[platform] Fix resource path searching for debug start
This commit is contained in:
parent
afeb4e6465
commit
7d445ac895
1 changed files with 0 additions and 3 deletions
|
@ -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())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue