Skip to content
Snippets Groups Projects
Commit b4a8ad8a authored by Marco Ratto's avatar Marco Ratto
Browse files

Fix mex path for win64 bit

parent 4f172545
No related branches found
No related tags found
1 merge request!864Fix mex path for win64 bit
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment