mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2025-12-31 19:45:43 +00:00
meson: Generate missing intermediate target
Tell build system how to generate the intermediate file generated_test_messages.h. Otherwise if removed the build will then fail. This is also probably the reason some build intermittently fail. Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
bb0831cc10
commit
18f753c52f
@ -42,7 +42,8 @@ if spice_common_generate_client_code or spice_common_generate_server_code
|
||||
'-H',
|
||||
'@INPUT@', '@OUTPUT@'
|
||||
]],
|
||||
['test_demarshallers', test_proto, 'generated_test_demarshallers.c', [
|
||||
['test_demarshallers', test_proto,
|
||||
['generated_test_demarshallers.c', 'generated_test_messages.h'], [
|
||||
'--suffix=_test',
|
||||
'--generate-demarshallers',
|
||||
'--client',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user