Add check that TRICK_HOME is set in S_overrides.mk.

This commit is contained in:
John M. Penn 2015-09-04 11:01:48 -05:00
parent abb95b8b6c
commit 6492e2509a

View File

@ -1,2 +1,5 @@
ifndef TRICK_HOME
$(error TRICK_HOME environment variable is not set. Please set it and retry.)
endif
TRICK_CFLAGS += -I${TRICK_HOME}/trick_models
TRICK_CXXFLAGS += -I${TRICK_HOME}/trick_models