diff --git a/kiwixbuild/dependencies/base.py b/kiwixbuild/dependencies/base.py index 68b8a81b..a35ba78d 100644 --- a/kiwixbuild/dependencies/base.py +++ b/kiwixbuild/dependencies/base.py @@ -563,7 +563,7 @@ def _test(self, context): ): raise SkipCommand() command = "{} --verbose {}".format(neutralEnv('mesontest_command'), self.test_option) - env = self.get_env(cross_comp_flags=False, cross_compilers=False, cross_path=True) + env = self.get_env(cross_comp_flags=True, cross_compilers=False, cross_path=True) run_command(command, self.build_path, context, env=env) def _install(self, context):