mirror of https://github.com/nirenjan/libx52.git
fix: Syntax for version file
parent
0712de1a05
commit
dcdee29ddb
|
@ -1,6 +1,6 @@
|
||||||
project('libx52', 'C',
|
project('libx52', 'C',
|
||||||
license: 'GPL-2.0-only WITH Classpath-exception-2.0',
|
license: 'GPL-2.0-only WITH Classpath-exception-2.0',
|
||||||
version: configure_file('Version'))
|
version: files('Version')[0])
|
||||||
|
|
||||||
# Internationalization
|
# Internationalization
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
|
|
Loading…
Reference in New Issue