mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Fixed OS X compilation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user