make ancient meson happy. maybe.

This commit is contained in:
Andrei Alexeyev 2017-12-31 01:34:02 +02:00
parent 59ea213b35
commit f186cfa5f6
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

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