mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-18 03:46:18 -05:00
Restored OclCache.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user