On 6/2/22 21:07, Will Cohen wrote:
From: Keno Fischer <k...@juliacomputing.com>
Signed-off-by: Keno Fischer <k...@juliacomputing.com>
[Michael Roitzsch: - Rebase for NixOS]
Signed-off-by: Michael Roitzsch <reactorcont...@icloud.com>
[Will Cohen: - Rebase to master]
Signed-off-by: Will Cohen <wwco...@gmail.com>
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
[Will Cohen: - Add check for pthread_fchdir_np to virtfs]
Signed-off-by: Will Cohen <wwco...@gmail.com>
---
fsdev/meson.build | 1 +
meson.build | 14 ++++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
-have_virtfs_proxy_helper = have_virtfs and have_tools
+have_virtfs_proxy_helper = targetos == 'linux' and have_virtfs and have_tools
Why do you restrict the proxy-helper to Linux?