diff options
-rw-r--r-- | skia/skia.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 0d4fb91..151f479 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -576,6 +576,11 @@ [ 'OS != "win"', { 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], }], + [ 'target_arch == "arm" and armv7 == 1', { + 'defines': [ + '__ARM_HAVE_NEON', + ], + }], [ 'OS == "linux" or OS == "freebsd"', { 'dependencies': [ '../build/linux/system.gyp:gdk', |