fix: Syntax for version file

migrate-to-meson-build
nirenjan 2024-06-13 12:11:17 -07:00
parent 0712de1a05
commit dcdee29ddb
1 changed files with 1 additions and 1 deletions

View File

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