Index: runtime/bin/utils_fuchsia.cc |
diff --git a/runtime/bin/utils_fuchsia.cc b/runtime/bin/utils_fuchsia.cc |
index 2425e49aa09a60f1487e29829e6d61bbfca4c2d0..6bb28178ddd4a7bcff33c8922ff3c166d8b4dfad 100644 |
--- a/runtime/bin/utils_fuchsia.cc |
+++ b/runtime/bin/utils_fuchsia.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "platform/globals.h" |
-#if defined(TARGET_OS_FUCHSIA) |
+#if defined(HOST_OS_FUCHSIA) |
#include <errno.h> |
#include <magenta/syscalls.h> |
@@ -104,4 +104,4 @@ void TimerUtils::Sleep(int64_t millis) { |
} // namespace bin |
} // namespace dart |
-#endif // defined(TARGET_OS_FUCHSIA) |
+#endif // defined(HOST_OS_FUCHSIA) |