diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-07 12:48:22 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-10 15:45:14 +0200 |
commit | 23b1f53c2c8990ed745acede171e49645af3d6d0 (patch) | |
tree | a7c35874d6487eec0ef6daaf081cf5915e83151f /.gitlab-ci.d | |
parent | ff5b5739f97d08d9ca984ec8016b54487a76401b (diff) | |
download | qemu-23b1f53c2c8990ed745acede171e49645af3d6d0.zip qemu-23b1f53c2c8990ed745acede171e49645af3d6d0.tar.gz qemu-23b1f53c2c8990ed745acede171e49645af3d6d0.tar.bz2 |
configure: quote -D options that are passed through to meson
Ensure that they go through unmodified, instead of removing one layer
of quoting.
-D is a pretty specialized option and most options that can have spaces
do not need it (for example, c_args is covered by --extra-cflags).
Therefore it's unlikely that this causes actual trouble. However,
a somewhat realistic failure case would be with -Dpkg_config_path
and a pkg-config directory that contains spaces.
Cc: qemu-stable@nongnu.org
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.gitlab-ci.d')
0 files changed, 0 insertions, 0 deletions