| Index: gyp/opts.gyp
|
| diff --git a/gyp/opts.gyp b/gyp/opts.gyp
|
| index ae4b294fdbfa8954a5c1196396d68944155b9972..ad8da337698fe8e578f4da29db2cb183d99a9e13 100644
|
| --- a/gyp/opts.gyp
|
| +++ b/gyp/opts.gyp
|
| @@ -61,10 +61,9 @@
|
| # ARM), the compiler doesn't like that.
|
| 'cflags!': [ '-fno-omit-frame-pointer', '-mapcs-frame', '-mapcs' ],
|
| 'cflags': [ '-fomit-frame-pointer' ],
|
| - 'variables': { 'arm_neon_optional%': '<(arm_neon_optional>' },
|
| 'sources': [ '<@(armv7_sources)' ],
|
| 'conditions': [
|
| - [ 'arm_neon == 1 or arm_neon_optional == 1', {
|
| + [ 'arm_neon == 1', {
|
| 'dependencies': [ 'opts_neon' ]
|
| }],
|
| ],
|
|
|