Always build git_version.sh

This commit is contained in:
FichteFoll 2018-02-22 18:02:04 +01:00 committed by Ryan Lucia
parent 2e3a78383f
commit a6076ed580
1 changed files with 1 additions and 0 deletions

View File

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