mirror of
https://github.com/monero-project/monero.git
synced 2025-12-10 07:22:34 +01:00
mac osx building fixes
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
void set_process_affinity(int core)
|
||||
{
|
||||
#if defined (__APPLE__)
|
||||
#if defined(__APPLE__)
|
||||
return;
|
||||
#elif defined(BOOST_WINDOWS)
|
||||
DWORD_PTR mask = 1;
|
||||
|
||||
Reference in New Issue
Block a user