TPROCTE_HOME Being Used In Place Of TPRO_HOME #778

Need to exclude the tsync directory from Trick operations.
This commit is contained in:
Alex Lin 2019-06-11 11:22:06 -05:00
parent a394f0d187
commit a78fcf1bc9

View File

@ -37,6 +37,7 @@ endif
ifneq ($(TPROCTE),)
TRICK_ADDITIONAL_CXXFLAGS += -D_TPRO_CTE -I$(TPROCTE)/linux/h -I$(TPROCTE)/common/h
PLATFORM_LIBS += $(TPROCTE)/linux/tsync/lib/libtsync.a $(TPROCTE)/linux/lib/libtpro.a
TRICK_EXCLUDE += :$(TPROCTE)
endif
ifneq ($(BC635),)