1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fixed OS X compilation

This commit is contained in:
stopiccot 2013-03-06 22:03:57 +00:00
parent 2eb8263e51
commit 277eb13cb4

View File

@ -67,7 +67,7 @@ std::string VCMIDirs::localPath() const
if (getenv("HOME") != NULL )
home_dir = getenv("HOME");
return path(home_dir + "/Library/Application Support/vcmi").string();
return boost::filesystem::path(home_dir + "/Library/Application Support/vcmi").string();
}
std::string VCMIDirs::libraryPath() const