mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
16 lines
396 B
Diff
16 lines
396 B
Diff
diff --git a/build/standalone.gypi b/build/standalone.gypi
|
|
index 125c5bf..9900c5b 100644
|
|
--- a/build/standalone.gypi
|
|
+++ b/build/standalone.gypi
|
|
@@ -77,9 +77,9 @@
|
|
}],
|
|
],
|
|
# Default ARM variable settings.
|
|
- 'armv7%': 1,
|
|
+ 'armv7%': 0,
|
|
'arm_neon%': 0,
|
|
- 'arm_fpu%': 'vfpv3',
|
|
+ 'arm_fpu%': 'vfp',
|
|
},
|
|
'target_defaults': {
|
|
'default_configuration': 'Debug',
|