mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-30 07:21:12 +00:00
Quick build fix for windows
This commit is contained in:
parent
f1be4656ec
commit
b50151cb38
@ -69,12 +69,12 @@ boost::filesystem::path WindowsPath::getLocalPath() const
|
||||
|
||||
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
||||
{
|
||||
return getGlobalPath();
|
||||
return getGlobalConfigPath();
|
||||
}
|
||||
|
||||
boost::filesystem::path WindowsPath::getCachePath() const
|
||||
{
|
||||
return getUserPath() / "cache";
|
||||
return getUserConfigPath() / "cache";
|
||||
}
|
||||
|
||||
boost::filesystem::path WindowsPath::getInstallPath() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user