scilab: in library name remove suffix lib, add option to choose name instead
This commit is contained in:
parent
656f2b8932
commit
4c426d47a0
3 changed files with 23 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ swigtestname = strsubst(fileparts(names, "fname"), "_runme", "");
|
|||
testdir = swigtestname + ".dir";
|
||||
|
||||
// Does the library exists? If not then exit!
|
||||
libname = "lib" + swigtestname + "lib" + getdynlibext();
|
||||
libname = "lib" + swigtestname + getdynlibext();
|
||||
if ~isfile(fullfile(testdir, libname)) then
|
||||
mfprintf(0, "*** LIBRARY NOT FOUND: %s ***\n", libname);
|
||||
exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue