link streamApp with sscan if SSCAN is defined in RELEASE
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user