build-aux: fix typo in ovirt conditional for MSI build

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2021-02-12 17:11:50 +00:00
parent 16a3d08d09
commit 253a14f754

View File

@ -69,7 +69,7 @@ def build_msi():
"-D", "HaveSpiceGtk=" + have_spice,
"-D", "HaveGtkVnc=" + have_vnc,
"-D", "HaveLibvirt=" + have_libvirt,
"-D", "HaveOvirt=" + have_ovirt,
"-D", "HaveOVirt=" + have_ovirt,
"--arch", arch,
"-o", msifile,
wxs, wxsfilelist,