Skip to content
Snippets Groups Projects
Verified Commit cc4183d3 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix for recent MATLABs under Windows

parent 8cf2c930
No related merge requests found
......@@ -60,7 +60,7 @@ else
end
end
else
tmp = [dynareroot '../mex/matlab/win64-9.4/'];
tmp = [dynareroot '../mex/matlab/win64-9.4-9.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