Index: runtime/bin/utils_linux.cc |
diff --git a/runtime/bin/utils_linux.cc b/runtime/bin/utils_linux.cc |
index c59531f9b2ab687137de3bf98e2d14e8250a200f..09b852f31d60d51340486349fe6eed1aa25a38cc 100644 |
--- a/runtime/bin/utils_linux.cc |
+++ b/runtime/bin/utils_linux.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if defined(TARGET_OS_LINUX) |
+#if defined(HOST_OS_LINUX) |
#include <errno.h> // NOLINT |
#include <netdb.h> // NOLINT |
@@ -129,4 +129,4 @@ void TimerUtils::Sleep(int64_t millis) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_LINUX) |
+#endif // defined(HOST_OS_LINUX) |