mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
At the moment, cross compilation may not work in certain cases because checks are carried out against the build machine instead of the host machine. Replace uses of `build_machine` with `host_machine` to fix that. In native compilation, all three "machine objects" available in meson are the same, so this change should have no effect in that case. More: https://mesonbuild.com/Cross-compilation.html |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||