link streamApp with sscan if SSCAN is defined in RELEASE

This commit is contained in:
2019-02-19 16:14:45 +01:00
parent eb9f565aec
commit 7aa1802ec6

View File

@ -40,8 +40,9 @@ ifneq ($(words $(CALC) $(SYNAPPS)), 0)
# With synApps scalcout record # With synApps scalcout record
streamApp_DBD += calcSupport.dbd streamApp_DBD += calcSupport.dbd
PROD_LIBS += calc PROD_LIBS += calc
# older calc versions require sscan ifneq ($(words $(SSCAN) $(SYNAPPS)), 0)
#PROD_LIBS += sscan PROD_LIBS += sscan
endif
endif endif
streamApp_DBD += stream.dbd streamApp_DBD += stream.dbd