mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-06 22:47:41 -07:00
meson: do not query modules before they are processed
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
61306156d9
commit
ae9433fb11
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ foreach m : [
|
|||
module_ss = ss.source_set()
|
||||
module_ss.add(when: m[0], if_true: m[2])
|
||||
if enable_modules
|
||||
modsrc += module_ss.all_sources()
|
||||
modsrc += m[2]
|
||||
endif
|
||||
block_modules += {m[1] : module_ss}
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue