mozjs78/init_patch.patch

13 lines
449 B
Diff
Raw Normal View History

2020-08-03 15:36:59 +00:00
--- a/python/mozbuild/mozbuild/configure/__init__.py
+++ b/python/mozbuild/mozbuild/configure/__init__.py
2021-03-25 08:36:57 +00:00
@@ -491,7 +491,8 @@ class ConfigureSandbox(dict):
2020-08-03 15:36:59 +00:00
if self._help:
self._logger.warning(msg)
2021-03-25 08:36:57 +00:00
else:
2020-08-03 15:36:59 +00:00
- raise InvalidOptionError(msg)
2021-03-25 08:36:57 +00:00
+ #raise InvalidOptionError(msg)
+ pass
2020-08-03 15:36:59 +00:00
# Run the execution queue
for func, args in self._execution_queue: