Merge pull request #346 from anthraxx/master

fallback for Makefile version if its not a git checkout (tarball)
pull/347/head
Jens Steube 8 years ago
commit ecfb708294

1
.gitattributes vendored

@ -0,0 +1 @@
src/Makefile export-subst

@ -80,7 +80,7 @@ CC_WIN_64 := x86_64-w64-mingw32-gcc
##
COMPTIME := $(shell date +%s)
VERSION_TAG := $(shell git describe --tags --dirty=+)
VERSION_TAG := $(shell git describe --tags --dirty=+ || echo '$Format:%D$'|sed -r 's/.* ([^ ]+$)/\1/')
##
## Compiler flags

Loading…
Cancel
Save