summaryrefslogtreecommitdiffstats
path: root/skia/skia_library.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r--skia/skia_library.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index d1fd91e..18bfb01 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -233,7 +233,7 @@
],
}],
[ 'target_arch == "arm" or target_arch == "arm64" or \
- target_arch == "mipsel"', {
+ target_arch == "mipsel" or target_arch == "mips64el"', {
'sources!': [
'../third_party/skia/src/opts/opts_check_x86.cpp'
],