Index: runtime/vm/os_linux.cc |
diff --git a/runtime/vm/os_linux.cc b/runtime/vm/os_linux.cc |
index e73996bc7fb0dbc2651ff65f8358c22b27bbf49f..6db94886cc97843a06f2574c47a04291dbd34c32 100644 |
--- a/runtime/vm/os_linux.cc |
+++ b/runtime/vm/os_linux.cc |
@@ -3,7 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
#include "vm/globals.h" |
-#if defined(TARGET_OS_LINUX) |
+#if defined(HOST_OS_LINUX) |
#include "vm/os.h" |
@@ -428,4 +428,4 @@ void OS::Exit(int code) { |
} // namespace dart |
-#endif // defined(TARGET_OS_LINUX) |
+#endif // defined(HOST_OS_LINUX) |