Replacement for PR #1087

This commit is contained in:
XMRig
2019-07-31 09:29:09 +07:00
parent 93001f6418
commit e9e846a413
2 changed files with 21 additions and 1 deletions

View File

@@ -28,6 +28,10 @@
#ifdef XMRIG_FEATURE_HWLOC
# include <hwloc.h>
# include "backend/cpu/platform/HwlocCpuInfo.h"
#
# if HWLOC_API_VERSION < 0x00010b00
# define HWLOC_OBJ_NUMANODE HWLOC_OBJ_NODE
# endif
#endif