Check GIT_VERSION

pull/2771/head
Valentin Rakush 6 years ago
parent 056143002f
commit be39aa278e

@ -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