refactor: add shell version to command line option

This commit is contained in:
DanyLE
2025-07-05 19:58:24 +02:00
parent 2a88d12bfa
commit d2ca1732f1
2 changed files with 44 additions and 13 deletions

View File

@@ -12,6 +12,7 @@ add_project_arguments(
'-Wno-pedantic',
'-Werror=implicit-function-declaration',
'-Werror=return-type',
'-D__SHELL_VERSION__="@0@"'.format(meson.project_version())
],
language: 'c')