| Index: runtime/bin/log_macos.cc
|
| diff --git a/runtime/bin/log_macos.cc b/runtime/bin/log_macos.cc
|
| index 913a60dfab74fadef223035b673e09adf5168a73..4044acffdf89c42dc51b5aeb1cbe9b9a6df87620 100644
|
| --- a/runtime/bin/log_macos.cc
|
| +++ b/runtime/bin/log_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 "bin/log.h"
|
|
|
| @@ -25,4 +25,4 @@ void Log::VPrintErr(const char* format, va_list args) {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_MACOS)
|
| +#endif // defined(HOST_OS_MACOS)
|
|
|