mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-08 22:15:41 +00:00
valtest: Add missing dependency
This commit is contained in:
parent
b756ff2109
commit
bb2c1782a7
|
@ -24,7 +24,7 @@ source_gen = custom_target(assembly_name + 'codegen',
|
|||
'--assembly-name', assembly_name,
|
||||
'--schema', schema,
|
||||
],
|
||||
depends: [gapi_codegen, gapi_fixup])
|
||||
depends: [gapi_codegen, gapi_fixup, api_xml])
|
||||
|
||||
api_xml = custom_target(pkg + '_api_xml',
|
||||
input: raw_api_fname,
|
||||
|
|
Loading…
Reference in a new issue