Restored OclCache.

This commit is contained in:
XMRig 2019-08-27 06:31:40 +07:00
parent 47b8cb6044
commit ec1839d580
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);