diff --git a/meson.build b/meson.build index 49adf9832..842f329e5 100644 --- a/meson.build +++ b/meson.build @@ -25,7 +25,7 @@ subproject('nix') if get_option('doc-gen') subproject('internal-api-docs') subproject('external-api-docs') - if not meson.is_cross_build() + if meson.can_run_host_binaries() subproject('nix-manual') endif endif