fix: Meson syntax

migrate-to-meson-build
nirenjan 2024-06-13 12:08:27 -07:00
parent db07b8888e
commit 0712de1a05
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +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',
license_files: ['LICENSE'], version: configure_file('Version'))
version: 'Version')
# Internationalization # Internationalization
i18n = import('i18n') i18n = import('i18n')