mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-09 12:19:26 +00:00
Enabled block cache for Mac
This commit is contained in:
parent
46b7c3e755
commit
d246ee1552
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace p2pool {
|
||||||
|
|
||||||
struct BlockCache::Impl : public nocopy_nomove
|
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()
|
Impl()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue