Scilab: fix test cases compilation error (header not found)
This commit is contained in:
parent
b4ed5625ee
commit
ffc20033be
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ LANGUAGE = scilab
|
|||
SCILAB = @SCILAB@
|
||||
SCILAB_STARTOPT = @SCILABSTARTOPT@
|
||||
SCRIPTSUFFIX = _runme.sci
|
||||
srcdir = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
top_builddir = @top_builddir@
|
||||
srcdir = $(abspath @srcdir@)
|
||||
top_srcdir = $(abspath @top_srcdir@)
|
||||
top_builddir = $(abspath @top_builddir@)
|
||||
|
||||
|
||||
# Overridden variables here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue