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:
parent
2eb8263e51
commit
277eb13cb4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user