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

Merge pull request #913 from rattoma/master

Fix provisions for matlab 8.5 win32 bits.
parents 07c74f7f 6a17fe5d
Branches
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ if isoctave ...@@ -29,7 +29,7 @@ if isoctave
else else
% Add win32 specific paths for Dynare Windows package % Add win32 specific paths for Dynare Windows package
if strcmp(computer, 'PCWIN') if strcmp(computer, 'PCWIN')
tmp = [dynareroot '../mex/matlab/win32-7.5-8.4/']; tmp = [dynareroot '../mex/matlab/win32-7.5-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