Index: runtime/platform/math.h |
diff --git a/runtime/platform/math.h b/runtime/platform/math.h |
index 1edf3e3b9559f07a97a4871220ad21824bc25f87..1926625f69abee89c59f3bfac8becfb9cabfc6f2 100644 |
--- a/runtime/platform/math.h |
+++ b/runtime/platform/math.h |
@@ -8,7 +8,7 @@ |
// We must take these math functions from the C++ header file as long as we |
// are using the STL. Otherwise the Android build will break due to confusion |
// between C++ and C headers when math.h is also included. |
-#if !defined(TARGET_OS_FUCHSIA) |
+#if !defined(HOST_OS_FUCHSIA) |
#include <cmath> |
#define isinf(val) std::isinf(val) |