blob: 5f04120fc549c0ecfa9522fc9e07055a02e30df1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- meson.build.orig 2025-08-20 11:05:16 UTC
+++ meson.build
@@ -13,7 +13,7 @@ git = find_program('git', native: true, required: fals
version = '"@0@"'.format(meson.project_version())
git = find_program('git', native: true, required: false)
-if git.found()
+if false
git_commit = run_command([git, 'rev-parse', '--short', 'HEAD'], check:true)
git_branch = run_command([git, 'rev-parse', '--abbrev-ref', 'HEAD'], check:true)
if git_commit.returncode() == 0 and git_branch.returncode() == 0
|