From 253a14f75499ebe34fb4b72dbe4364cddf906bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 12 Feb 2021 17:11:50 +0000 Subject: [PATCH] build-aux: fix typo in ovirt conditional for MSI build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- build-aux/msitool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,