diff options
| author | allusive-dev <[email protected]> | 2023-11-03 21:22:14 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-03 21:22:14 +1100 |
| commit | a93215f321e5245d4be53936479efff3abf989be (patch) | |
| tree | a6da91a3fd82fdb34158b0879aba4b7f5225d04a | |
| parent | update version (diff) | |
| download | compfy-1.2.8.tar.xz compfy-1.2.8.zip | |
update 1.2.71.2.8
| -rw-r--r-- | meson.build | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meson.build b/meson.build index 81abc91..f193cb1 100644 --- a/meson.build +++ b/meson.build @@ -7,13 +7,13 @@ cc = meson.get_compiler('c') version = 'v1.2.7' # use git describe if that's available -git = find_program('git', required: false) -if git.found() - gitv = run_command('git', 'rev-parse', '--short=5', 'HEAD', check: false) - if gitv.returncode() == 0 - version = version - endif -endif +# git = find_program('git', required: false) +# if git.found() +# gitv = run_command('git', 'rev-parse', '--short=5', 'HEAD', check: false) +# if gitv.returncode() == 0 +# version = version +# endif +# endif add_global_arguments('-DPICOM_VERSION="'+version+'"', language: 'c') |