mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-22 22:03:44 +03:00
build-aux: fix typo in ovirt conditional for MSI build
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
16a3d08d09
commit
253a14f754
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user