d0cda6f461
This variable is about the host OS, not the target. It is used a lot more since the Meson conversion, but the original sin dates back to 2003. Time to fix it. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
168 B
Meson
7 lines
168 B
Meson
block_ss.add(files('utils.c'))
|
|
if host_os == 'linux'
|
|
block_ss.add(files('pr-manager.c', 'pr-manager-helper.c'))
|
|
else
|
|
block_ss.add(files('pr-manager-stub.c'))
|
|
endif
|