Skip to content

Commit

Permalink
Run tests with cross_comp_flags=True
Browse files Browse the repository at this point in the history
It means that we set `LD_LIBRARY_PATH` correctly.
  • Loading branch information
mgautierfr committed Oct 20, 2023
1 parent 0f60549 commit 3d9d371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiwixbuild/dependencies/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 3d9d371

Please sign in to comment.