diff options
author | Andreas Fankhauser hiddenalpha.ch | 2023-02-19 17:27:22 +0100 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2023-02-19 17:27:22 +0100 |
commit | 54d94d6c3318850c340d18f51343e1caf1ef56f4 (patch) | |
tree | 16c448657b9aee76d98c141a99344dcef0eb48ab | |
parent | 4015f6de5c98cab856991a05b27713af90e97e7f (diff) | |
download | DeflateAndInflate-54d94d6c3318850c340d18f51343e1caf1ef56f4.zip DeflateAndInflate-54d94d6c3318850c340d18f51343e1caf1ef56f4.tar.gz |
Add triplet on pure tags toov0.0.4
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;' |