summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-02-19 17:27:22 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-02-19 17:27:22 +0100
commit54d94d6c3318850c340d18f51343e1caf1ef56f4 (patch)
tree16c448657b9aee76d98c141a99344dcef0eb48ab
parent4015f6de5c98cab856991a05b27713af90e97e7f (diff)
downloadDeflateAndInflate-54d94d6c3318850c340d18f51343e1caf1ef56f4.zip
DeflateAndInflate-54d94d6c3318850c340d18f51343e1caf1ef56f4.tar.gz
Add triplet on pure tags toov0.0.4
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d838adf..4a16f1e 100755
--- a/configure
+++ b/configure
@@ -57,7 +57,7 @@ printMakefile () {
printf '\n'
printf '%s' 'PROJECT_VERSION=$(shell'
- printf '%s' ' ret=$$(git describe --tags 2>/dev/null |sed -E "s;^v;;");'
+ printf '%s' ' ret=$$(git describe --tags 2>/dev/null |sed -E "s;^v;;")"+$$($(CC) -dumpmachine)";'
printf '%s' ' if test -n "$$ret" -a -n "$$(git status --porcelain 2>/dev/null)"; then'
printf '%s' ' ret="$$ret+dirt.$$($(CC) -dumpmachine)";'
printf '%s' ' fi;'