forked from mia/Aegisub
meson: Use depend_files for files in respack manifest
This commit is contained in:
parent
142605cf41
commit
86354050f3
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ endforeach
|
||||||
|
|
||||||
resrc += custom_target('default_config.{cpp,h}',
|
resrc += custom_target('default_config.{cpp,h}',
|
||||||
command: [respack, '@INPUT0@', '@OUTPUT@'],
|
command: [respack, '@INPUT0@', '@OUTPUT@'],
|
||||||
input: [files(resmanifest), resmanifest_files],
|
input: [files(resmanifest)],
|
||||||
|
depend_files: resmanifest_files,
|
||||||
output: ['default_config.cpp', 'default_config.h'])
|
output: ['default_config.cpp', 'default_config.h'])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue