Index: runtime/vm/thread_interrupter_macos.cc |
diff --git a/runtime/vm/thread_interrupter_macos.cc b/runtime/vm/thread_interrupter_macos.cc |
index e37580d0e5ead5bb6c2c3151971cd6fa624500e6..746c1a2a8a6cdbe26d287dbf6b52485ef00215a6 100644 |
--- a/runtime/vm/thread_interrupter_macos.cc |
+++ b/runtime/vm/thread_interrupter_macos.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if defined(TARGET_OS_MACOS) |
+#if defined(HOST_OS_MACOS) |
#include <errno.h> // NOLINT |
#include <assert.h> // NOLINT |
@@ -95,4 +95,4 @@ void ThreadInterrupter::RemoveSignalHandler() { |
} // namespace dart |
-#endif // defined(TARGET_OS_MACOS) |
+#endif // defined(HOST_OS_MACOS) |