Restored OclCache.

This commit is contained in:
XMRig
2019-08-27 06:31:40 +07:00
parent 684321a7f2
commit 897f08183b
27 changed files with 290 additions and 72 deletions

View File

@@ -29,7 +29,7 @@
#include "backend/opencl/OclCache.h"
void xmrig::OclCache::createDirectory() const
void xmrig::OclCache::createDirectory()
{
std::string path = prefix() + "/.cache";
mkdir(path.c_str(), 0744);