Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You should be using meson.can_run_host_binaries() instead #1921

Open
rdmark opened this issue Jan 26, 2025 · 0 comments
Open

You should be using meson.can_run_host_binaries() instead #1921

rdmark opened this issue Jan 26, 2025 · 0 comments

Comments

@rdmark
Copy link
Member

rdmark commented Jan 26, 2025

You should be using meson.can_run_host_binaries() instead, which allows people who:

  • are doing cross builds
  • have qemu installed
  • configure meson with qemu-user as an "exe_wrapper"

to do accurate checks by running the cc.run() binary using qemu and seeing if it works.

Originally posted by @eli-schwartz in #1857 (comment)

@rdmark rdmark changed the title You should be using [meson.can_run_host_binaries()](https://mesonbuild.com/Reference-manual_builtin_meson.html#mesoncan_run_host_binaries) instead You should be using meson.can_run_host_binaries() instead Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant