From d246ee155231ac85337faa4d32fb71e03df10828 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Wed, 25 Aug 2021 16:26:15 +0200 Subject: [PATCH] Enabled block cache for Mac --- src/block_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/block_cache.cpp b/src/block_cache.cpp index 58ae89f..c8aec41 100644 --- a/src/block_cache.cpp +++ b/src/block_cache.cpp @@ -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() {