mirror of
https://github.com/NixOS/nix.git
synced 2025-12-01 14:41:00 +01:00
Merge pull request #13557 from Jayman2000/sometimes-build-manual-when-cross-compiling
Sometimes build `nix-manual` when cross compiling
This commit is contained in:
commit
a2561b853a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ subproject('nix')
|
||||||
if get_option('doc-gen')
|
if get_option('doc-gen')
|
||||||
subproject('internal-api-docs')
|
subproject('internal-api-docs')
|
||||||
subproject('external-api-docs')
|
subproject('external-api-docs')
|
||||||
if not meson.is_cross_build()
|
if meson.can_run_host_binaries()
|
||||||
subproject('nix-manual')
|
subproject('nix-manual')
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue