You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
You should be using meson.can_run_host_binaries() instead, which allows people who:
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)
The text was updated successfully, but these errors were encountered: