Scilab: rollback scilab include not needed
This commit is contained in:
parent
626a1f5482
commit
6ab1ad9daa
1 changed files with 1 additions and 2 deletions
|
|
@ -1572,7 +1572,6 @@ r_clean:
|
|||
##################################################################
|
||||
|
||||
# Make sure these locate your Scilab installation
|
||||
SCILAB_INCLUDE = $(DEFS) @SCILABINCLUDE@
|
||||
SCILAB_LIB = @SCILABLIB@
|
||||
SCILAB = @SCILAB@
|
||||
SCILABOPT =
|
||||
|
|
@ -1585,7 +1584,7 @@ define get_swig_scilab_args
|
|||
SWIG_SCILAB_ARGS += -addsrc "$(SRCS)"
|
||||
endif
|
||||
ifdef INCLUDES
|
||||
SWIG_SCILAB_ARGS += -addcflag "$(SCILAB_INCLUDE) $(INCLUDES)"
|
||||
SWIG_SCILAB_ARGS += -addcflag "$(INCLUDES)"
|
||||
endif
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue