summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 3fd1c77..f812eba 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -3043,9 +3043,10 @@
'target_conditions': [
['_toolset=="target"', {
'conditions': [
- ['mips_arch_variant=="mips32r2"', {
+ ['android_webview_build==0 and mips_arch_variant=="mips32r2"', {
'cflags': ['-mips32r2', '-Wa,-mips32r2'],
- }, {
+ }],
+ ['android_webview_build==0 and mips_arch_variant!="mips32r2"', {
'cflags': ['-mips32', '-Wa,-mips32'],
}],
],