Trying to fix cross-build error for current fsearch version #62301
|
I'd like to make a PR to update the fsearch package, but since v3 there's a cross-build error that results in all cross-builds to fail, making the PR essentially impossible. The error message is
It seem to be these lines in meson.build that cause the issue: If I reduce the lines to the cross-build (I tested aarch64) run through fine. As I'm not a dev / coder I'm not sure if this "brute-force" approach is the way to go or if the check should only be disabled for cross-builds, which would probably require a |
Replies: 2 comments
|
try adding the qemu build_helper |
|
Thanks for the reply and tip. That one did the trick! For future reference / me: I added the line
after the |
try adding the qemu build_helper