| Index: runtime/bin/secure_socket_macos.cc
|
| diff --git a/runtime/bin/secure_socket_macos.cc b/runtime/bin/secure_socket_macos.cc
|
| index 910008c9812118f6e21d10e1ea04dc57b37ebf51..520f2c93780a521dd0a27ada0804d884447f368f 100644
|
| --- a/runtime/bin/secure_socket_macos.cc
|
| +++ b/runtime/bin/secure_socket_macos.cc
|
| @@ -5,7 +5,7 @@
|
| #if !defined(DART_IO_DISABLED) && !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|
| #include "platform/globals.h"
|
| -#if defined(TARGET_OS_MACOS) && !TARGET_OS_IOS
|
| +#if defined(HOST_OS_MACOS) && !HOST_OS_IOS
|
|
|
| #include "bin/secure_socket.h"
|
| #include "bin/secure_socket_macos.h"
|
| @@ -1809,7 +1809,7 @@ OSStatus SSLFilter::ProcessWritePlaintextBuffer(intptr_t start,
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_MACOS) && !TARGET_OS_IOS
|
| +#endif // defined(HOST_OS_MACOS) && !HOST_OS_IOS
|
|
|
| #endif // !defined(DART_IO_DISABLED) &&
|
| // !defined(DART_IO_SECURE_SOCKET_DISABLED)
|
|
|