Fix mex path for win64 bit

time-shift
Marco Ratto 2015-04-01 14:43:52 +02:00
parent 4f1725455a
commit b4a8ad8aa4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ else
end
end
else
tmp = [dynareroot '../mex/matlab/win64-7.8-8.4/'];
tmp = [dynareroot '../mex/matlab/win64-7.8-8.5/'];
if exist(tmp, 'dir')
mexpath = tmp;
if modifypath