summaryrefslogtreecommitdiff
path: root/init_patch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'init_patch.patch')
-rw-r--r--init_patch.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/init_patch.patch b/init_patch.patch
new file mode 100644
index 0000000..70c34df
--- /dev/null
+++ b/init_patch.patch
@@ -0,0 +1,12 @@
+--- a/python/mozbuild/mozbuild/configure/__init__.py
++++ b/python/mozbuild/mozbuild/configure/__init__.py
+@@ -491,7 +491,8 @@ class ConfigureSandbox(dict):
+ if self._help:
+ self._logger.warning(msg)
+ else:
+- raise InvalidOptionError(msg)
++ #raise InvalidOptionError(msg)
++ pass
+
+ # Run the execution queue
+ for func, args in self._execution_queue: