mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #192 from kiwix/workaround_depend_files
Workaround a bug in meson 0.43.0 about custom_target's depend_files option.
This commit is contained in:
commit
a98594c084
|
@ -7,5 +7,5 @@ lib_resources = custom_target('resources',
|
|||
'--hfile', '@OUTPUT1@',
|
||||
'--source_dir', '@OUTDIR@',
|
||||
'@INPUT@'],
|
||||
depend_files: 'static/search_result.tmpl'
|
||||
depend_files: files('search_result.tmpl')
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue