Index: gyp/common_variables.gypi |
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi |
index bf2587f0c318265034a0659e4ea743d2a8eb8f50..d39d8b73695464dd1c50b36b673e8f3ed4a1a4d8 100644 |
--- a/gyp/common_variables.gypi |
+++ b/gyp/common_variables.gypi |
@@ -93,7 +93,7 @@ |
[ 'skia_os == "ios"', { |
'skia_arch_type%': 'arm', |
'arm_version%': 7, |
- 'arm_neon%': 0, # neon asm files known not to work with the ios build |
+ 'arm_neon_optional%': 1, |
}], |
[ 'skia_os in ["android", "nacl"] and not skia_android_framework', |
# skia_freetype_static - on OS variants that normally would |