Check GIT_VERSION

(cherry picked from commit be39aa278e)
pull/2772/head
Valentin Rakush 6 years ago
parent e3055f8b7e
commit 7a79df9dba

@ -1,3 +1,10 @@
ifndef GIT_VERSION
GIT_VERSION := $(shell git describe --long)
ifndef GIT_VERSION
$(error GIT_VERSION is not set)
endif
endif
O0=-O0
O2=-O2
O1=-O1

@ -1,6 +1,9 @@
ifndef GIT_VERSION
GIT_VERSION := $(shell git describe --long)
ifndef GIT_VERSION
$(error GIT_VERSION is not set)
endif
endif
DEPS_PATH=../deps

@ -1,6 +1,9 @@
ifndef GIT_VERSION
GIT_VERSION := $(shell git describe --long)
ifndef GIT_VERSION
$(error GIT_VERSION is not set)
endif
endif
DEPS_PATH=../deps

Loading…
Cancel
Save