Skip to content

Commit

Permalink
qga-vss: always build qga-vss.tlb when qga-vss.dll is built
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Message-Id: <20220428181541.300619-1-kkostiuk@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
kostyanf14 authored and bonzini committed May 7, 2022
1 parent 158bb22 commit f780a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qga/vss-win32/meson.build
Expand Up @@ -23,8 +23,6 @@ qga_vss = shared_module(
]
)

all_qga += qga_vss

if midl.found()
gen_tlb = custom_target('gen-tlb',
input: 'qga-vss.idl',
Expand All @@ -36,3 +34,5 @@ else
output: 'qga-vss.tlb',
command: [widl, '-t', '@INPUT@', '-o', '@OUTPUT@'])
endif

all_qga += [ qga_vss, gen_tlb ]

0 comments on commit f780a3f

Please sign in to comment.