Index: tools/test-wrapper-gypbuild.py |
diff --git a/tools/test-wrapper-gypbuild.py b/tools/test-wrapper-gypbuild.py |
index 5d3c7e4c61195b723b3a4eccead60fb3efdb9a9b..8429a033b09ef048345287927c225660e72d7b60 100755 |
--- a/tools/test-wrapper-gypbuild.py |
+++ b/tools/test-wrapper-gypbuild.py |
@@ -148,7 +148,7 @@ def ProcessOptions(options): |
print "Unknown mode %s" % mode |
return False |
for arch in options.arch: |
- if not arch in ['ia32', 'x64', 'arm', 'mips', 'android']: |
+ if not arch in ['ia32', 'x64', 'arm', 'mipsel', 'android']: |
print "Unknown architecture %s" % arch |
return False |
if options.buildbot: |