| Index: include/core/SkPreConfig.h
|
| diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
|
| index c410c988b5d332b6cbe499159bf0eb97b3ab1ceb..8c8eeef246caad21a79214b34c9ac716cdef051d 100644
|
| --- a/include/core/SkPreConfig.h
|
| +++ b/include/core/SkPreConfig.h
|
| @@ -30,8 +30,8 @@
|
| #define SK_BUILD_FOR_ANDROID
|
| #elif defined(linux) || defined(__linux) || defined(__FreeBSD__) || \
|
| defined(__OpenBSD__) || defined(__sun) || defined(__NetBSD__) || \
|
| - defined(__DragonFly__) || defined(__GLIBC__) || defined(__GNU__) || \
|
| - defined(__unix__)
|
| + defined(__DragonFly__) || defined(__Fuchsia__) || \
|
| + defined(__GLIBC__) || defined(__GNU__) || defined(__unix__)
|
| #define SK_BUILD_FOR_UNIX
|
| #elif TARGET_OS_IPHONE || TARGET_IPHONE_SIMULATOR
|
| #define SK_BUILD_FOR_IOS
|
|
|