projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acd0b86
)
meson: remove unneded check: true
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 23 Aug 2022 10:18:32 +0000
(12:18 +0200)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 23 Aug 2022 10:27:05 +0000
(12:27 +0200)
This check meant to check if we are in a git checkout or a tarball
caused failures when building from tarballs. Hopefully fixing issue #77.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 8d5fc5eb853ec8c21cbc7a9957515b0c1aea732d..2d38a8a3081b35bc2cd273847765b6b49aefe0e1 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-451,7
+451,6
@@
if git_bin.found() and run_command(
git_bin,
'rev-parse',
'--is-inside-work-tree',
- check: true,
).returncode() == 0
git_version_h = vcs_tag(
input : 'git-version.h.in',