From 5d305f47aef33a8e6b6a6644c4e1d3da47036f22 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 5 Aug 2024 02:54:05 +0000 Subject: automatic import of gjs --- init_patch.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 init_patch.patch (limited to 'init_patch.patch') 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: -- cgit v1.2.3