]> git.pld-linux.org Git - packages/mozjs68.git/blobdiff - include-configure-script.patch
icu rebuild
[packages/mozjs68.git] / include-configure-script.patch
index c24d7b157f3b2081feafe011c7ca0de316ecb4c4..211d717974f41e37f186233bdb2332dfddeab589 100644 (file)
@@ -20,11 +20,11 @@ index 0fe640ca..09b460d3 100644
 --- a/python/mozbuild/mozbuild/configure/__init__.py
 +++ b/python/mozbuild/mozbuild/configure/__init__.py
 @@ -356,7 +356,7 @@ def run(self, path=None):
-         # 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)
-+            print('Ignoring', without_value, ': Unknown option')
+             if self._help:
+                 self._logger.warning(msg)
+             else:
+-                raise InvalidOptionError(msg)
++                print(msg)
  
          # Run the execution queue
          for func, args in self._execution_queue:
This page took 0.056543 seconds and 4 git commands to generate.