mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
meson: Use depend_files for files in respack manifest
This commit is contained in:
parent
142605cf41
commit
86354050f3
@ -30,7 +30,8 @@ endforeach
|
||||
|
||||
resrc += custom_target('default_config.{cpp,h}',
|
||||
command: [respack, '@INPUT0@', '@OUTPUT@'],
|
||||
input: [files(resmanifest), resmanifest_files],
|
||||
input: [files(resmanifest)],
|
||||
depend_files: resmanifest_files,
|
||||
output: ['default_config.cpp', 'default_config.h'])
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user