diff --git a/build-aux/msitool.py b/build-aux/msitool.py index b6270ed..3f4c127 100755 --- a/build-aux/msitool.py +++ b/build-aux/msitool.py @@ -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,