diff --git a/src/build/arm_neon.gypi b/src/build/arm_neon.gypi index 53c3b533b..30d040b11 100644 --- a/src/build/arm_neon.gypi +++ b/src/build/arm_neon.gypi @@ -20,16 +20,11 @@ # } { - 'conditions': [ - ['OS=="android"', { - 'cflags!': [ - '-mfpu=vfpv3-d16', - ], - 'cflags': [ - '-mfpu=neon', - '-mfloat-abi=softfp', - '-flax-vector-conversions', - ], - }], + 'cflags!': [ + '-mfpu=vfpv3-d16', + ], + 'cflags': [ + '-mfpu=neon', + '-flax-vector-conversions', ], }