| Index: runtime/bin/log_linux.cc
|
| diff --git a/runtime/bin/log_linux.cc b/runtime/bin/log_linux.cc
|
| index e9dcf1c52aa2ae58a8354598dbf6772160bc8540..2844a17cb322aabc05109796992efa4aaa371bd2 100644
|
| --- a/runtime/bin/log_linux.cc
|
| +++ b/runtime/bin/log_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 "bin/log.h"
|
|
|
| @@ -25,4 +25,4 @@ void Log::VPrintErr(const char* format, va_list args) {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_LINUX)
|
| +#endif // defined(HOST_OS_LINUX)
|
|
|