aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-03 21:22:14 +1100
committerallusive-dev <[email protected]>2023-11-03 21:22:14 +1100
commita93215f321e5245d4be53936479efff3abf989be (patch)
treea6da91a3fd82fdb34158b0879aba4b7f5225d04a
parentupdate version (diff)
downloadcompfy-1.2.8.tar.xz
compfy-1.2.8.zip
update 1.2.71.2.8
-rw-r--r--meson.build14
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')