summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi18
1 files changed, 11 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 36a218a..34f9f25 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -672,13 +672,17 @@
],
}],
['target_arch=="arm"', {
- 'target_conditions': [
- ['armv7==1 and _toolset=="target"', {
- 'cflags': [
- '-march=armv7-a',
- '-mtune=cortex-a8',
- '-mfpu=neon',
- '-mfloat-abi=softfp',
+ 'conditions': [
+ ['armv7==1', {
+ 'target_conditions': [
+ ['_toolset=="target"', {
+ 'cflags': [
+ '-march=armv7-a',
+ '-mtune=cortex-a8',
+ '-mfpu=neon',
+ '-mfloat-abi=softfp',
+ ],
+ }],
],
}],
],