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