mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +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