Removed --tags from git describe

v2.0.5 v2.0.5
René Cannaò 7 years ago
parent 7e3312415c
commit c8e32eedba

@ -18,7 +18,7 @@ else
DISTRO := Unknown
endif
NPROCS := 4
NPROCS := 1
OS := $(shell uname -s)
ifeq ($(OS),Linux)
NPROCS := $(shell nproc)

@ -1,6 +1,6 @@
GIT_VERSION := $(shell git describe --long --tags)
GIT_VERSION := $(shell git describe --long)
DEPS_PATH=../deps

@ -1,6 +1,6 @@
GIT_VERSION := $(shell git describe --long --tags)
GIT_VERSION := $(shell git describe --long)
DEPS_PATH=../deps

Loading…
Cancel
Save