mirror of
https://github.com/mesonbuild/meson.git
synced 2026-06-30 19:57:45 +00:00
This is a first step towards making it possible to allow subprojects to be built for both the build and host machine. Even though the concept of a build-machine subproject doesn't exist yet, prepare for it by making the list of (sub)projects per machine, and storing the machine in the interpreter's subproject stack. Extracted from a patch by Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>