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, 0 insertions, 13 deletions
diff --git a/source/l/mozjs68/patches/init_patch.patch b/source/l/mozjs68/patches/init_patch.patch
deleted file mode 100644
index fd09eb797..000000000
--- a/source/l/mozjs68/patches/init_patch.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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: