Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Get rid of the MACOS tests
[simgrid.git] / src / xbt / xbt_os_thread.c
index 7be5fb3..50a9a4c 100644 (file)
@@ -1250,7 +1250,7 @@ int xbt_os_get_numcores(void) {
     SYSTEM_INFO sysinfo;
     GetSystemInfo(&sysinfo);
     return sysinfo.dwNumberOfProcessors;
-#elif MACOS
+#elif defined(__APPLE__) && defined(__MACH__)
     int nm[2];
     size_t len = 4;
     uint32_t count;