make ancient meson happy. maybe.
This commit is contained in:
parent
59ea213b35
commit
f186cfa5f6
1 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
|
||||
version_deps = [
|
||||
custom_target('version information',
|
||||
command : [preprocess_command, '@INPUT@', '@OUTPUT@'],
|
||||
build_always : true,
|
||||
input : 'version_auto.c.in',
|
||||
output : 'version_auto.c',
|
||||
)
|
||||
]
|
||||
version_deps = []
|
||||
|
||||
version_deps += custom_target('version information',
|
||||
command : [preprocess_command, '@INPUT@', '@OUTPUT@'],
|
||||
build_always : true,
|
||||
input : 'version_auto.c.in',
|
||||
output : 'version_auto.c',
|
||||
)
|
||||
|
||||
if host_machine.system() == 'windows'
|
||||
winmod = import('windows')
|
||||
|
|
Loading…
Reference in a new issue