From 0712de1a05cdb4b84533379c79226cf543376d28 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Thu, 13 Jun 2024 12:08:27 -0700 Subject: [PATCH] fix: Meson syntax --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index d066b50..2c489c2 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,6 @@ project('libx52', 'C', license: 'GPL-2.0-only WITH Classpath-exception-2.0', - license_files: ['LICENSE'], - version: 'Version') + version: configure_file('Version')) # Internationalization i18n = import('i18n')