meson: Refactoring shared gen_vs_module_defs_normal_command out
Cc: mesa-stable Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19610>
This commit is contained in:
@@ -30,9 +30,7 @@ vulkan_api_def = custom_target(
|
||||
'vulkan_api.def',
|
||||
input: 'vulkan_api.def.in',
|
||||
output : 'vulkan_api.def',
|
||||
command : [prog_python, gen_vs_module_defs_py,
|
||||
'--in_file', '@INPUT@', '--out_file', '@OUTPUT@',
|
||||
'--compiler_id', cc.get_argument_syntax(), '--cpu_family', host_machine.cpu_family()]
|
||||
command : gen_vs_module_defs_normal_command,
|
||||
)
|
||||
|
||||
if with_platform_x11
|
||||
|
||||
Reference in New Issue
Block a user