From 22d3e20151e3154c9202be722f6eac5993602f6a Mon Sep 17 00:00:00 2001 From: Jonas Stienen Date: Tue, 25 Apr 2017 23:10:13 +0200 Subject: [PATCH] Adding tracking methods (manually) to itaVA prototype file --- matlab/itaVA_build.m.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/itaVA_build.m.proto b/matlab/itaVA_build.m.proto index 46d57c0..e6828a5 100644 --- a/matlab/itaVA_build.m.proto +++ b/matlab/itaVA_build.m.proto @@ -29,7 +29,7 @@ else addpath( script_dir, deploy_dir ) [ s ] = movefile( fullfile( lib_dir, 'VAMatlab*' ), deploy_dir ); - if ~s && ~exist( [ 'VAMatlab' mexext ], 'file' ) + if ~s && ~exist( [ 'VAMatlab' '.' mexext ], 'file' ) error( 'Could locate VAMatlab executable. Please make sure that it can be found.' ) end end -- GitLab