forked from mia/Aegisub
Always build git_version.sh
This commit is contained in:
parent
2e3a78383f
commit
a6076ed580
1 changed files with 1 additions and 0 deletions
|
@ -2,4 +2,5 @@ version_sh = find_program('./version.sh')
|
|||
version_inc = include_directories('.')
|
||||
version_h = custom_target('git_version.h',
|
||||
command : [version_sh, meson.source_root()],
|
||||
build_always : true, # has internal check whether target file will be refreshed
|
||||
output : ['git_version.h', 'git_version.xml'])
|
||||
|
|
Loading…
Reference in a new issue