mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Added TRICKIFY_EXT_LIB_DIRS env variable
This commit is contained in:
parent
92b0168b7b
commit
f890329bbc
@ -115,7 +115,7 @@ TRICK_CFLAGS += $(TRICKIFY_CXX_FLAGS)
|
||||
TRICK_CXXFLAGS += $(TRICKIFY_CXX_FLAGS)
|
||||
|
||||
# Ensure we can process all headers
|
||||
TRICK_EXT_LIB_DIRS :=
|
||||
TRICK_EXT_LIB_DIRS := $(TRICKIFY_EXT_LIB_DIRS)
|
||||
|
||||
.PHONY: all
|
||||
all: $(TRICKIFY_OBJECT_NAME) $(TRICKIFY_PYTHON_DIR)
|
||||
|
Loading…
Reference in New Issue
Block a user