diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-04 19:39:36 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-04 19:39:36 +0200 |
commit | b672ebca886dd6dc9b0f775eb769764750fd302c (patch) | |
tree | 342bc608e79ed7a248ca849b77d52ff63dbdab8b /docs/yaml/builtins | |
parent | 0b9c7b74bef2dd5913cc8d96de0fc016d682ead1 (diff) | |
download | meson-b672ebca886dd6dc9b0f775eb769764750fd302c.zip meson-b672ebca886dd6dc9b0f775eb769764750fd302c.tar.gz meson-b672ebca886dd6dc9b0f775eb769764750fd302c.tar.bz2 |
Minor fixups
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r-- | docs/yaml/builtins/host_machine.yaml | 1 | ||||
-rw-r--r-- | docs/yaml/builtins/target_machine.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/yaml/builtins/host_machine.yaml b/docs/yaml/builtins/host_machine.yaml index f130586..2c847b5 100644 --- a/docs/yaml/builtins/host_machine.yaml +++ b/docs/yaml/builtins/host_machine.yaml @@ -1,5 +1,6 @@ name: host_machine long_name: Host machine information +extends: build_machine description: | Provides information about the host machine -- the machine on which the compiled binary will run. See diff --git a/docs/yaml/builtins/target_machine.yaml b/docs/yaml/builtins/target_machine.yaml index d5c4e4d..c17adc7 100644 --- a/docs/yaml/builtins/target_machine.yaml +++ b/docs/yaml/builtins/target_machine.yaml @@ -1,5 +1,6 @@ name: target_machine long_name: Target machine information +extends: build_machine description: | Provides information about the target machine -- the machine on which the compiled binary's output will run. Hence, this object should only |