| Index: runtime/bin/extensions_fuchsia.cc
|
| diff --git a/runtime/bin/extensions_fuchsia.cc b/runtime/bin/extensions_fuchsia.cc
|
| index 5d386f15e1586b0e036f62b6768183cb2017b643..a954207e03e9ae1648c1d4529e47eacad69a80ca 100644
|
| --- a/runtime/bin/extensions_fuchsia.cc
|
| +++ b/runtime/bin/extensions_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 "bin/extensions.h"
|
| #include <dlfcn.h> // NOLINT
|
| @@ -48,4 +48,4 @@ Dart_Handle Extensions::GetError() {
|
| } // namespace bin
|
| } // namespace dart
|
|
|
| -#endif // defined(TARGET_OS_FUCHSIA)
|
| +#endif // defined(HOST_OS_FUCHSIA)
|
|
|