summaryrefslogtreecommitdiffstats
path: root/source/l/mozjs68/patches/init_patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/mozjs68/patches/init_patch.patch')
-rw-r--r--source/l/mozjs68/patches/init_patch.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/l/mozjs68/patches/init_patch.patch b/source/l/mozjs68/patches/init_patch.patch
new file mode 100644
index 000000000..fd09eb797
--- /dev/null
+++ b/source/l/mozjs68/patches/init_patch.patch
@@ -0,0 +1,13 @@
+--- a/python/mozbuild/mozbuild/configure/__init__.py
++++ b/python/mozbuild/mozbuild/configure/__init__.py
+@@ -473,8 +473,8 @@
+ msg = 'Unknown option: %s' % without_value
+ if self._help:
+ self._logger.warning(msg)
+- else:
+- raise InvalidOptionError(msg)
++ #else:
++ # raise InvalidOptionError(msg)
+
+ # Run the execution queue
+ for func, args in self._execution_queue: