diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-16 08:18:08 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-18 10:01:02 +0200 |
commit | c36dd41ba2a8bd8d51f4f7499fbdc02b1bd5c865 (patch) | |
tree | ba40030765236102e243dd8dbe472c0bc7f6edd4 /configs | |
parent | 050b439887edbbd1b07b94111ffdffbc817e97cf (diff) |
configure: move target-specific defaults to an external machine file
Enable Windows-specific defaults with a machine file, so that related
options can be automatically parsed and included in the help message.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/meson/windows.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/meson/windows.txt b/configs/meson/windows.txt new file mode 100644 index 0000000000..55b192e71b --- /dev/null +++ b/configs/meson/windows.txt @@ -0,0 +1,9 @@ +# target-specific defaults, can still be overridden on +# the command line + +[built-in options] +bindir = '' +prefix = '/qemu' + +[project options] +qemu_suffix = '' |