scilab: fix command line option names
This commit is contained in:
parent
5f8552d9d9
commit
a531ea2f27
3 changed files with 36 additions and 36 deletions
|
|
@ -1710,13 +1710,13 @@ SCILAB_OPT = @SCILABOPT@
|
|||
define get_swig_scilab_args
|
||||
SWIG_SCILAB_ARGS := -scilab
|
||||
ifdef SRCS
|
||||
SWIG_SCILAB_ARGS += -addsrc "$(SRCDIR_SRCS)"
|
||||
SWIG_SCILAB_ARGS += -addsources "$(SRCDIR_SRCS)"
|
||||
endif
|
||||
ifdef INCLUDES
|
||||
SWIG_SCILAB_ARGS += -addcflag "-I$(abspath $(INCLUDES))"
|
||||
SWIG_SCILAB_ARGS += -addcflags "-I$(abspath $(INCLUDES))"
|
||||
endif
|
||||
ifdef SRCDIR
|
||||
SWIG_SCILAB_ARGS += -addcflag "-I$(abspath $(SRCDIR))"
|
||||
SWIG_SCILAB_ARGS += -addcflags "-I$(abspath $(SRCDIR))"
|
||||
endif
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue