scilab: debug travis
This commit is contained in:
parent
a663c43b44
commit
8b1daa91b4
1 changed files with 1 additions and 1 deletions
|
|
@ -838,9 +838,9 @@ public:
|
|||
Printf(builderCode, "];\n");
|
||||
Printf(builderCode, "err_msg = [];\n");
|
||||
Printf(builderCode, "if ~isempty(table) then\n");
|
||||
Printf(builderCode, " ilib_build('%s', table, files, libs, [], ldflags, cflags);\n", libraryName);
|
||||
Printf(builderCode, " disp(TMPDIR + '/%s');\n", libraryName);
|
||||
Printf(builderCode, " disp(ls(TMPDIR + '/%s'));\n", libraryName);
|
||||
Printf(builderCode, " ilib_build('%s', table, files, libs, [], ldflags, cflags);\n", libraryName);
|
||||
Printf(builderCode, " libfilename = 'lib%s' + getdynlibext();\n", libraryName);
|
||||
Printf(builderCode, " if ~isfile(libfilename) then\n");
|
||||
Printf(builderCode, " err_msg = 'Error while building library ' + libfilename;\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue