summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs60/patches/init_patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs60/patches/init_patch.patch')
-rw-r--r--source/l/mozjs60/patches/init_patch.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/l/mozjs60/patches/init_patch.patch b/source/l/mozjs60/patches/init_patch.patch
new file mode 100644
index 000000000..2c1db67c8
--- /dev/null
+++ b/source/l/mozjs60/patches/init_patch.patch
@@ -0,0 +1,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:
+