mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 19:34:23 +00:00
Add check that TRICK_HOME is set in S_overrides.mk.
This commit is contained in:
parent
abb95b8b6c
commit
6492e2509a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user