The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
533 B
15 lines
533 B
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 |
|
[Cross-compilation](Cross-compilation.md). |
|
|
|
It has the same methods as [[@build_machine]]. |
|
|
|
When not cross-compiling, all the methods return the same values as |
|
[[@build_machine]] (because the build machine is the host machine) |
|
|
|
Note that while cross-compiling, it simply returns the values defined |
|
in the cross-info file.
|
|
|