From 64581c907fb51e23bbddbc48dd3d0af8eab52d36 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:43:33 +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