mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
Fix VERSION: add opton --always to git describe
This commit is contained in:
parent
8819cf6bb1
commit
7e8a85caad
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ ifdef KEYMAP_SECTION_ENABLE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Version string
|
# Version string
|
||||||
OPT_DEFS += -DVERSION=$(shell (git describe --dirty || echo 'unknown') 2> /dev/null)
|
OPT_DEFS += -DVERSION=$(shell (git describe --always --dirty || echo 'unknown') 2> /dev/null)
|
||||||
|
|
||||||
|
|
||||||
# Search Path
|
# Search Path
|
||||||
|
|
Loading…
Reference in a new issue