build: Remove unknwon words from release variable 21/325521/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 11 Jun 2025 08:05:57 +0000 (17:05 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 11 Jun 2025 08:39:55 +0000 (17:39 +0900)
Change-Id: I9bce4bfcabfd86db1a20022a47511dcb5a793f07

meson.build

index 5ad0d9d25039099ff3ab0a66e7171e0296be6d9a..62e58f0004c2dc91863c05e8c242b925ae2e16bb 100644 (file)
@@ -33,7 +33,7 @@ config_h.set_quoted('LOCALE_DIR', join_paths([dir_prefix, 'share/locale']))
 cc = meson.get_compiler('c')
 cpp = meson.get_compiler('cpp')
 
-release='ver-autocannoli-@0@.@1@'.format(e_version[0], e_version[1])
+release='@0@.@1@.@2@'.format(e_version[0], e_version[1], e_version[2])
 target_libc = run_command('gcc', '-dumpmachine', check: true).stdout().strip().split('-')[-1]
 module_arch = '@0@-@1@-@2@-@3@'.format(host_machine.system(), target_libc, host_machine.cpu(), release)