Enabled block cache for Mac
This commit is contained in:
@@ -31,7 +31,7 @@ namespace p2pool {
|
||||
|
||||
struct BlockCache::Impl : public nocopy_nomove
|
||||
{
|
||||
#if defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION)
|
||||
#if defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION) || defined(__MACH__)
|
||||
|
||||
Impl()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user