1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-18 03:46:18 -05:00

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);