From 54d94d6c3318850c340d18f51343e1caf1ef56f4 Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Sun, 19 Feb 2023 17:27:22 +0100 Subject: Add triplet on pure tags too --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;' -- cgit v1.1