1
0
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:
arch1t3cht 2022-07-07 10:33:36 +02:00
parent 142605cf41
commit 86354050f3

View File

@ -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'])