summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs60/patches/init_patch.patch
blob: 2c1db67c8a3cd4865fd812f703630a8b673374d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/python/mozbuild/mozbuild/configure/__init__.py
+++ b/python/mozbuild/mozbuild/configure/__init__.py
@@ -421,7 +421,7 @@
         # All options should have been removed (handled) by now.
         for arg in self._helper:
             without_value = arg.split('=', 1)[0]
-            raise InvalidOptionError('Unknown option: %s' % without_value)
+            # raise InvalidOptionError('Unknown option: %s' % without_value)

         # Run the execution queue
         for func, args in self._execution_queue: