forked from organicmaps/organicmaps
[linux] Fixed build error
This commit is contained in:
parent
b950bad7e3
commit
e5bfa15cab
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ Platform::Platform()
|
|||
if (tmpDir)
|
||||
m_tmpDir = tmpDir;
|
||||
else
|
||||
m_tmpDir = P_tmpdir;
|
||||
m_tmpDir = "/tmp";
|
||||
m_tmpDir += '/';
|
||||
|
||||
LOG(LDEBUG, ("Resources directory:", m_resourcesDir));
|
||||
LOG(LDEBUG, ("Writable directory:", m_writableDir));
|
||||
|
|
Loading…
Add table
Reference in a new issue