Skip to content
Snippets Groups Projects
Commit 577239f9 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

Merge pull request #864 from rattoma/master

Fix mex path for win64 bit
parents 4f172545 b4a8ad8a
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ else ...@@ -48,7 +48,7 @@ else
end end
end end
else else
tmp = [dynareroot '../mex/matlab/win64-7.8-8.4/']; tmp = [dynareroot '../mex/matlab/win64-7.8-8.5/'];
if exist(tmp, 'dir') if exist(tmp, 'dir')
mexpath = tmp; mexpath = tmp;
if modifypath if modifypath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment