Index: runtime/vm/cpuid.h |
diff --git a/runtime/vm/cpuid.h b/runtime/vm/cpuid.h |
index 63b317b919a31a2236e57bb551cea85dabcdd9a9..180394eb4971ee00bd9b925f25f95eb4d6e42afe 100644 |
--- a/runtime/vm/cpuid.h |
+++ b/runtime/vm/cpuid.h |
@@ -6,7 +6,7 @@ |
#define RUNTIME_VM_CPUID_H_ |
#include "vm/globals.h" |
-#if !defined(TARGET_OS_MACOS) |
+#if !defined(HOST_OS_MACOS) |
#include "vm/allocation.h" |
#include "vm/cpuinfo.h" |
@@ -44,5 +44,5 @@ class CpuId : public AllStatic { |
} // namespace dart |
-#endif // !defined(TARGET_OS_MACOS) |
+#endif // !defined(HOST_OS_MACOS) |
#endif // RUNTIME_VM_CPUID_H_ |